home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerLisp 2.01 / Supplemental Documentation / Documentation / dp-catalog.txt < prev    next >
Text File  |  1995-03-23  |  103KB  |  3,314 lines

  1. DIGITAL PRESS 1994 CATALOG
  2.  
  3. CONTENTS OF THIS CATALOG:
  4.  
  5. Alpha/VAX/VMS, p. 2-8
  6.  
  7. Networking and Data Communications, p. 9-12
  8.  
  9. Windowing, p. 13-14
  10.  
  11. Artificial Intelligence, p. 15 *
  12.  
  13. Policy and Strategy/Organizational Design, p. 16-17
  14.  
  15. Software Development, p. 18-19
  16.  
  17. Computer Technology, p. 20
  18.  
  19.  Butterworth-Heinemann Computing Titles, p. 21-24
  20.  
  21. Author/Title Index, p. 25 * Title/Author Index, p. 26 * Order Form, p. 27-28
  22.  
  23. NEW AND RECENT TITLES FROM DIGITAL PRESS
  24.  
  25. Goldenberg/Saravanan
  26.  
  27. Davis
  28.  
  29. Hobbs/England
  30.  
  31. da Cruz/Gianone
  32.  
  33. Redmond
  34.  
  35. Martin/Leben
  36.  
  37. Laverdure/Srite/
  38.  
  39. Colonna-Romano
  40.  
  41. Rost
  42.  
  43. Sherlock
  44.  
  45. OPENVMS AXP INTERNALS AND DATA STRUCTURES
  46.  
  47. PAGES 2-3
  48.  
  49. VAXCLUSTER PRINCIPLES
  50.  
  51. PAGE 4
  52.  
  53. DIGITAL'S CDD/REPOSITORY
  54.  
  55. PAGE 4
  56.  
  57. USING C-KERMIT
  58.  
  59. PAGE 9
  60.  
  61. WORKING WITH TEAMLINKS
  62.  
  63. PAGE 9
  64.  
  65. NAS
  66.  
  67. PAGE 9
  68.  
  69. NAS ARCHITECTURE REFERENCE MANUAL
  70.  
  71. PAGE 10
  72.  
  73. X AND MOTIF QUICK REFERENCE GUIDE
  74.  
  75. 2/E, PAGE 13
  76.  
  77. USING DECWINDOWS MOTIF FOR OPENVMS
  78.  
  79. PAGE 13
  80.  
  81. A detailed treatment of the key architectural features of Alpha AXP systems.OpenVMS AXP Internals
  82.  
  83. and Data Structures
  84.  
  85. Ruth E. Goldenberg and
  86.  
  87. Saro Saravanan,
  88.  
  89. both of Digital Equipment Corporation
  90.  
  91. This outstanding new book describes the internals and data structures of the OpenVMS AXP operating
  92.  
  93. system Version 1.5 in vivid detail. Perhaps the most comprehensive and up-to-date description available for
  94.  
  95. a commercial operating system, it is an irreplaceable reference for operating system development engineers,
  96.  
  97. operating system troubleshooting experts, systems programmers, consultants and customer support
  98.  
  99. specialists.
  100.  
  101. Some of the text and much of the book's structure are derived from its highly successful predecessor,
  102.  
  103. VAX/VMS Internals and Data Structures: Version 5.2. The new work is divided into nine parts:
  104.  
  105. Introduction; Control Mechanisms; Synchronization; Scheduling and Time Support; Memory Management;
  106.  
  107. Input/Output; Life of a Process; Life of the System; and Miscellaneous Topics. Each of the 39 chapters is
  108.  
  109. akin to a case study on the topic it covers, based on the depth and breadth of treatment. Although the
  110.  
  111. descriptions are of the OpenVMS operating system for the Alpha AXP family of processors, the concepts
  112.  
  113. are equally applicable to the internals of any modern-day multiprocessing operating system running on a
  114.  
  115. RISC computer.
  116.  
  117. SAVE 20%
  118.  
  119. Place your order before June 1, 1994
  120.  
  121. and qualify for the special
  122.  
  123. pre-publication price of $120.00.
  124.  
  125. Price after June 1, 1994 is $150.00.
  126.  
  127. Contents
  128.  
  129. Preface
  130.  
  131. Part I. INTRODUCTION
  132.  
  133. 1.      System Overview
  134.  
  135. 2.      I/O Architecture
  136.  
  137. Part II. CONTROL MECHANISMS
  138.  
  139. 3.      Interrupts and Exceptions
  140.  
  141. 4.      Hardware Interrupts and Machine Checks
  142.  
  143. 5.      Software Interrupts
  144.  
  145. 6.      Condition Handling
  146.  
  147. 7.      System Service Dispatching
  148.  
  149. 8.      ASTs
  150.  
  151. Part III. SYNCHRONIZATION
  152.  
  153. 9.      Synchronization Techniques
  154.  
  155. 10.     Event Flags
  156.  
  157. 11.     Lock Management
  158.  
  159. Part IV. SCHEDULING AND TIME SUPPORT
  160.  
  161. 12.     Time Support
  162.  
  163. 13.     Scheduling
  164.  
  165. 14.             Process Control and Communication
  166.  
  167. Part V. MEMORY MANAGEMENT
  168.  
  169. 15.     Memory Management Overview
  170.  
  171. 16.     Memory Management Data Structure
  172.  
  173. 17.     Memory Management System Services
  174.  
  175. 18.     Paging Dynamics
  176.  
  177. 19.     Working Set List Dynamics
  178.  
  179. 20.     The Swapper
  180.  
  181. 21.     Pool Management
  182.  
  183. Part VI. INPUT/OUTPUT
  184.  
  185. 22.     Overview of the I/O Subsystem
  186.  
  187. 23.     I/O System Services
  188.  
  189. 24.     I/O Processing
  190.  
  191. 25.     Mailboxes
  192.  
  193. 26.     Miscellaneous I/O Topics
  194.  
  195. Part VII. LIFE OF A PROCESS
  196.  
  197. 27.     Process Creation
  198.  
  199. 28.     Image Activation and Exit
  200.  
  201. 29.     Translated Image Environment
  202.  
  203. 30.     Process Dynamics
  204.  
  205. 31.     Process Deletion
  206.  
  207. Part VIII. LIFE OF THE SYSTEM
  208.  
  209. 32.     The Modular Executive
  210.  
  211. 33.     Bootstrap Processing
  212.  
  213. 34.     Operating System Initialization
  214.  
  215. 35.     Error Handling
  216.  
  217. 36.     Error Halt Processing
  218.  
  219. 37.     Symmetric Multiprocessing
  220.  
  221. Part IX. MISCELLANEOUS TOPICS
  222.  
  223. 38.     Logical Names
  224.  
  225. 39.     Miscellaneous System Services
  226.  
  227. APPENDIXES
  228.  
  229.         System Processes and Privileged Images
  230.  
  231.         Use of Listings and Map Files
  232.  
  233.         SYSGEN Parameters
  234.  
  235.         Naming Conventions
  236.  
  237.         Data Structure Definitions
  238.  
  239.         Size of System and P1 Virtual Address Spaces
  240.  
  241.         Summary of AXP Systems
  242.  
  243.         Lock and Resource Use by OpenVMS Components
  244.  
  245. LIST OF ACRONYMS
  246.  
  247. June, 1994  hardbound  1,800 pages
  248.  
  249. 55558-120-X    $120.00*
  250.  
  251. *Price after June 1, 1994 is $150.00
  252.  
  253. An in-depth overview of VAXcluster technology - from an "applied theory" perspective.
  254.  
  255. VAXCLUSTER PRINCIPLES
  256.  
  257. Roy G. Davis,
  258.  
  259. Digital Equipment Corporation
  260.  
  261. This in-depth exploration of the major components of the VMS operating system is ideal for computer
  262.  
  263. professionals who need a thorough understanding of VAXcluster components and functionality to support,
  264.  
  265. manage, and develop applications in a VAXcluster environment.  It:
  266.  
  267. *       Discusses the Systems Communications architecture that defines how components of a
  268.  
  269. VAXcluster configuration exchange information with each other.
  270.  
  271. *       Covers interconnects, ports, and port drivers used to implement this communications architecture.
  272.  
  273. *       Deals with Digital Storage Architecture, and with controllers, storage devices, class drivers,
  274.  
  275. servers, and protocols that implement this storage architecture.
  276.  
  277. *       Explains storage options commonly used in a VAXcluster configuration.
  278.  
  279. *       Explains process and system level VAXcluster synchronization mechanisms.
  280.  
  281. *       Covers cluster wide process services, downline loading VMS systems, centralized system
  282.  
  283. management, disaster tolerance, and monitoring VAXcluster activity.
  284.  
  285. 1993  paperbound  600 pages  55558-112-9  $49.95
  286.  
  287. A comprehensive introduction to the extensive capabilities offered by CDD/Repository-Version 5.0 - a
  288.  
  289. data dictionary facility for the Open VMS Operating System.
  290.  
  291. DIGITAL'S CDD/
  292.  
  293. REPOSITORY
  294.  
  295. A COMPREHENSIVE GUIDE
  296.  
  297. Lilian Hobbs,
  298.  
  299. Digital Equipment Corporation
  300.  
  301. Ken England,
  302.  
  303. Consultant
  304.  
  305. There are few repositories in the marketplace today that offer the functionality and capabilities of
  306.  
  307. CDD/Repository, and it is fast becoing the repository-of-choice in software development departments in
  308.  
  309. many companies, software tool companies, and consultant firms.  This comprehensive guide focuses on
  310.  
  311. Version 5.0 of CDD/Repository - an extremely sophisticated and powerful repository based on an object-
  312.  
  313. oriented approach.  This is an active distributed repository system that provides the functionality necessary
  314.  
  315. for users to organize, manage, control and integrate tools and applications across their companies.  The
  316.  
  317. repository simplifies application development by providing information management and environment
  318.  
  319. management features.
  320.  
  321. CONTENTS
  322.  
  323. Repository Overview * The Architecture of CDD/Repository * Repository Administration * Creating the
  324.  
  325. Environment * The Management of CDD/Repository Elements * Change Management * Tools that Use
  326.  
  327. CDD/Repository * Customizing the Environment * DMU-The Original Dictionary Management Tool * The
  328.  
  329. Future of CDD/Repository * Element Types References * Property Types References * Repository * Index
  330.  
  331. 1993  paperbound  259 pages  55558-113-7  $34.95
  332.  
  333. The guide to the new
  334.  
  335. Alpha system.
  336.  
  337. ALPHA ARCHITECTURE REFERENCE MANUAL
  338.  
  339. Edited by Richard L. Sites,
  340.  
  341. Digital Equipment Corporation
  342.  
  343. This is the authoritative reference on the new 64-bit RISC Alpha architecture of Digital Equipment
  344.  
  345. Corporation.  Written by the designers of the internal Digital specifications, this book contains complete
  346.  
  347. descriptions of the common architecture required for all implementations and the interfaces required to
  348.  
  349. support the OSF/1 and OpenVMS operating systems.
  350.  
  351. CONTENTS:  Common Architecture * Basic Architecture * Instruction Formats * Instruction Descriptions *
  352.  
  353. System Architecture and Programming Implications * Common PALcode Architecture * Console
  354.  
  355. Subsystem Overview * Input/Output * Architected System Interface * OpenVMS Alpha Software:
  356.  
  357. Introduction to OpenVMS on Alpha * OpenVMS PALcode Descriptions * Memory Management * Process
  358.  
  359. Structure * Internal Processor Registers * Exceptions, Interrupts, and Machine Checks * DEC OSF/1 Alpha
  360.  
  361. Software: Introduction * PALcode Instruction Descriptions * Memory Management * Process Structure *
  362.  
  363. Exceptions and Interrupts * Appendix A: Software Considerations * Appendix B: IEEE Floating-Point
  364.  
  365. Conformance * Appendix C: Instruction Encodings
  366.  
  367. 1992  paperbound  600 pages  55558-098-X  $34.95
  368.  
  369. A guide to the latest version of ALL-IN-1 - for new and experienced users.
  370.  
  371. ALL-IN-1
  372.  
  373. MANAGING AND PROGRAMMING IN V3.0
  374.  
  375. Tony Redmond,
  376.  
  377. Digital Equipment Corporation
  378.  
  379. ALL-IN-1: MANAGING AND PROGRAMMING IN V3.0 assists both new and experienced ALL-IN-1
  380.  
  381. system managers and programmers to make the best of ALL-IN-1 V3.0 - the biggest single release of
  382.  
  383. ALL-IN-1 since V2.0 (1985):
  384.  
  385. *       How best to use the new features, functionality, and opportunities that Version 3.0 provides
  386.  
  387. *       How to upgrade smoothly to V3.0 - with minimum effort
  388.  
  389. *       A look at the exciting possibilities that the latest batch of desktop clients represent, and opinions
  390.  
  391. on their deployment alongside IOS
  392.  
  393. CONTENTS
  394.  
  395. Introducing ALL-IN-1 IOS V3.0 * System Management - The Installation * Continuing with Management
  396.  
  397. * The New File Cabinet * Electronic Mail, Workflow, and Other Applications * Improving ALL-IN-1's
  398.  
  399. Diction * Playing around with Forms * The Servers * Customization Management * Extending
  400.  
  401. Customization Management * Code Level Integration * Moving Ahead with ALL-IN-1 * Bibliography *
  402.  
  403. Sample Procedures * Glossary
  404.  
  405. 1993  paperbound  552 pages  55558-101-3  $52.95
  406.  
  407. A complete guide to ALL-IN-1 installation and customization that goes beyond available product
  408.  
  409. documentation.
  410.  
  411. ALL-IN-1
  412.  
  413. A TECHNICAL ODYSSEY
  414.  
  415. Tony Redmond,
  416.  
  417. Digital Equipment Corporation
  418.  
  419. Based on the author's extensive experience developing ALL-IN-1 subsystems and customizing their
  420.  
  421. applications to specific customer sites, this handbook offers a far deeper treatment than the product
  422.  
  423. documentation itself.  Addressed to the needs of system managers, application programmers, and anyone
  424.  
  425. who might work with ALL-IN-1 on a technical level, the guide features real-world practical examples,
  426.  
  427. figures, and tables to illustrate the many possibilities available to meet the customized requirements of
  428.  
  429. individual installations and users.
  430.  
  431. 1992  paperbound  551 pages  55558-086-6  $44.95
  432.  
  433. An invaluable guide for programmers and system managers to the best ways to move swiftly through the
  434.  
  435. ALL-IN-1 code jungle.
  436.  
  437. ALL-IN-1
  438.  
  439. INTEGRATING APPLICATIONS IN V3.0
  440.  
  441. John Rhoton,
  442.  
  443. Digital Equipment Corporation
  444.  
  445. ALL-IN-1: INTEGRATING APPLICATIONS IN V3.0 helps programmers experienced in third generation
  446.  
  447. languages to use code-level integration to:
  448.  
  449. *       Integrate non-Digital products and applications - which may be difficult to integrate using
  450.  
  451. documented ALL-IN-1 features, integrated only by incurring significant perfor-mance overhead, or
  452.  
  453. integratable without preservation of the ALL-IN-1 familiar look and feel
  454.  
  455. *       Build applications that surpass performance limitations
  456.  
  457. *       Access external data stored in any format
  458.  
  459. It gives system managers an overview of code-level integration, and diagnostic help for product installations
  460.  
  461. - including coverage on relinking the ALL-IN-1 image.
  462.  
  463. CONTENTS
  464.  
  465. Introduction to Integration * An Architectural View * Programming on VMS * Message Symbols and
  466.  
  467. Messages * Installed Functions * Building the Image * Site-defined Functions * Special Symbols * The Data
  468.  
  469. Set Access Facility * Record Data Sets * Text Data Sets * Adding an Editor * Miscellaneous Topics * ALL-
  470.  
  471. IN-1 V3.0 Changes * VAX MACRO File for DSAB Definitions * Global Routines Global Variables *
  472.  
  473. DSAB Field Abbreviations for VAX C * CMS Product Descriptions * Glossary * Index
  474.  
  475. 1993  paperbound  265 pages  55558-102-1  $52.95
  476.  
  477. A must for anyone performing database procurement for evaluation/functions.
  478.  
  479. RDB/VMS
  480.  
  481. A COMPREHENSIVE GUIDE
  482.  
  483. Lilian Hobbs,
  484.  
  485. Digital Equipment Corporation
  486.  
  487. Ken England,
  488.  
  489. Consultant
  490.  
  491. Rdb/VMS is a relational database system that was developed by Digital for the VAX family using the VMS
  492.  
  493. operating system.  It is one of a number of information management products that work together in an
  494.  
  495. environment, enabling users to easily share information throughout an organization.  Based on Version 4.0
  496.  
  497. of the Rdb/VMS system, this comprehensive introduction covers components, data definition and
  498.  
  499. manipulation, storage structures, table access, transaction management, security, database integrity and
  500.  
  501. restructuring, tuning and optimization, distribution, interoperability, the data dictionary, transaction
  502.  
  503. processing, tools, application programming, and more.
  504.  
  505. 1991  paperbound  352 pages  55558-073-4  $34.95
  506.  
  507. The initial reference material on operating system support for Alpha.
  508.  
  509. vms for alpha platforms
  510.  
  511. INTERNALS AND DATA STRUCTURES PRELIMINARY EDITION, VOLUMES 1, 2, AND 3
  512.  
  513. Ruth E. Goldenberg and Saro Saravanan, both of Digital Equipment Corporation
  514.  
  515. These cutting-edge volumes are the first publications to explain OpenVMS operating system support for
  516.  
  517. Digital's new 64-bit Alpha AXP architecture.  Written for computer professionals who need detailed
  518.  
  519. knowledge of Alpha platforms as early as it can be made available, they contain the most authoritative and
  520.  
  521. timely information on the OpenVMS AXP operating system currently available.
  522.  
  523. These PRELIMINARY EDITION volumes were written concurrently with the development of the operating
  524.  
  525. system and are up-to-date as of the time of publication.
  526.  
  527. Topics covered include:
  528.  
  529. Volume 1: I/O Architecture * Interrupts and Exceptions * Hardware Interrupts and Machine Checks *
  530.  
  531. Software Interrupts * System Service Dispatching ASTs * Synchronization Techniques * Overview of the
  532.  
  533. I/O Subsystem * I/O System Services * I/O Processing * The Modular Executive * Bootstrap Processing *
  534.  
  535. Naming Conventions
  536.  
  537. Volume 2: Condition Handling * Time Support * Memory Management Overview * Memory Management
  538.  
  539. Data Structure * Memory Management System Services * Process Creation * Process Deletion * Operating
  540.  
  541. System Initialization and Shutdown * Error Handling * List of Acronyms
  542.  
  543. Volume 3: Event Flags * Scheduling * Process Control and Communication * Paging Dynamics * Working
  544.  
  545. Set List Dynamics * Pool Management * Miscellaneous System Services * Mailboxes
  546.  
  547. Volume 1: 1992  paperbound  412 pages  55558-095-5  $30.00
  548.  
  549. Volume 2: 1992  paperbound  306 pages  55558-105-6  $30.00
  550.  
  551. Volume 3: 1993  paperbound  270 pages  55558-109-9  $30.00
  552.  
  553. Invaluable for any professional working with Digital equipment.
  554.  
  555. THE DIGITAL DICTIONARY
  556.  
  557. A GUIDE TO DIGITAL EQUIPMENT CORPORATION'S TECHNICAL TERMINOLOGY, SECOND
  558.  
  559. EDITION
  560.  
  561. Compiled by a committee from Digital - engineers, writers, and specialists - the latest edition of this
  562.  
  563. indispensable guide includes nearly 4,500 new entries, twice as many pages as the first edition, and two new
  564.  
  565. appendixes with guidelines to help you write readable technical text. It's an all-in-one glossary of technical
  566.  
  567. terms, abbreviations, expansions, and acronyms for Digital products and functions - and for computing
  568.  
  569. generally.
  570.  
  571. 1986  paperbound  659 pages  93237682-7  $29.95
  572.  
  573. The only book on UNIX for experienced VMS users making the transition between the two systems.
  574.  
  575. UNIX FOR VMS USERS
  576.  
  577. Philip E. Bourne,
  578.  
  579. Columbia University
  580.  
  581. This unique book is for any computer professional making the transition from VMS to UNIX.  Each
  582.  
  583. concept is illustrated with one or more examples comparing the way a task is performed in VMS and in
  584.  
  585. UNIX.  You move in a logical sequence, progressing from fundamental concepts to advanced programming
  586.  
  587. and networking.  Based on the Berkeley 4.2 version of UNIX, the text includes more than 150 interactive
  588.  
  589. examples as well as appendixes providing command summaries and useful cross-reference tables, as well as
  590.  
  591. a glossary.
  592.  
  593. 1990  paperbound  368 pages  55558-034-3  $29.95
  594.  
  595. Takes up where VAX/VMS documentation leaves off.
  596.  
  597. VAX/VMS
  598.  
  599. WRITING REAL PROGRAMS IN DCL
  600.  
  601. Paul C. Anagnostopoulos,
  602.  
  603. Independent VAX/VMS Consultant
  604.  
  605. Find out how to use the Digital Command Language (DCL) to write programs - through the logical,
  606.  
  607. hands-on method presented in this book.  DCL is the standard command language for VMS - and is a
  608.  
  609. well-structured, general-purpose programming tool when used to best advantage.  Assuming a background
  610.  
  611. knowledge of VMS, the book begins by describing the common features of DCL, then presents it as a
  612.  
  613. programming language, including:
  614.  
  615. *       How to use DCL to write large applications
  616.  
  617. *       What the pitfalls of the language are, and how to avoid them
  618.  
  619. *       How to rapidly develop DCL procedures and modify them as requirements change
  620.  
  621. *       How to use paradigms to build more sophisticated programs
  622.  
  623. 1989  paperbound  409 pages  55558-023-8  $29.95
  624.  
  625. The popular guide to VMS utilities and applications.
  626.  
  627. A BEGINNER'S GUIDE TO VAX/VMS UTILITIES AND APPLICATIONS,
  628.  
  629. SECOND EDITION
  630.  
  631. Ronald M. Sawey, Southwest Texas State University
  632.  
  633. Troy T. Stokes, Consultant
  634.  
  635. No matter what components you're using, the new edition of this popular resource will help you learn to
  636.  
  637. perform simple and useful tasks on the VAX/VMS system - with confidence!  The book offers a hands-on
  638.  
  639. introduction to the EDT and EVE screen editor programs, the DECspell spelling checker, WPS-PLUS,
  640.  
  641. phone and mail utilities, VAX Notes, the DATATRIEVE database management program, the DECalc
  642.  
  643. electronic spreadsheet, the BITNET network, and more.   Included are a wealth of lively examples, exercises,
  644.  
  645. and illustrations - plus “quick reference” charts summarizing commands and operations at the end of each
  646.  
  647. chapter.  Nine useful appendixes include additional detailed material.  This practical, easy-to-use guide is
  648.  
  649. indispensable for anyone who wants to become a self-sufficient VAX user - whether your needs are
  650.  
  651. administrative, instructional, or academic.
  652.  
  653. CONTENTS:  Introduction * Fundamental VMS Operating System Commands * The EVE Screen Editor
  654.  
  655. Program * The DECspell Spelling Checker Program * The WPS-PLUS Word Processor Program * Micro
  656.  
  657. Communication with VAX/VMS Systems * Electronic Communications Programs on VAX/VMS
  658.  
  659. Systems * The DATATRIEVE Database Management Program * The DECalc Spreadsheet Program * Some
  660.  
  661. Notes on VAX BASIC * Appendixes
  662.  
  663. 1992  paperbound  399 pages  55558-066-1  $27.95
  664.  
  665. For new users - the comprehensive guide to VMS.
  666.  
  667. THE VMS USER'S GUIDE
  668.  
  669. James F. Peters, III, Kansas State University
  670.  
  671. Patrick J. Holmay, Analysts International Corporation
  672.  
  673. For new and nontechnical users of VMS, here is a comprehensive and up-to-date guide.  It introduces you to
  674.  
  675. the operating system and the built-in functions of VMS, Version 5 - complete with hands-on, self-
  676.  
  677. teaching experiments and step-by-step instructions to improve mastery.  For more proficient users, the
  678.  
  679. book serves as a quick look-up reference.  Featuring:
  680.  
  681. *       All about the system - from logging in to creating command procedures, with thorough
  682.  
  683. discussions of files and directories
  684.  
  685. *       Both EDT and EVE editors, covered in detail
  686.  
  687. *       How to customize your working environment
  688.  
  689. 1990  paperbound  304 pages  55558-014-9  $29.95
  690.  
  691. A fresh presentation of VAX/VMS operating system concepts.
  692.  
  693. VAX/VMS OPERATING SYSTEM CONCEPTS
  694.  
  695. David Donald Miller,
  696.  
  697. Bemidji State University
  698.  
  699. Discover a practical new approach to understanding VAX/VMS operating system concepts.  Combining
  700.  
  701. discussions of operating system theory with examples of its application in key VAX/VMS operating
  702.  
  703. system facilities, this book provides a thoughtful introduction for application programmers, system
  704.  
  705. managers, and students.  In addition, you'll learn how VAX/VMS system services can tap the power of the
  706.  
  707. operating system to perform critical tasks on behalf of applications.  Each chapter begins with a discussion
  708.  
  709. of the theoretical aspects of a key operating system concept - including generally recognized solutions and
  710.  
  711. algorithms - followed by an explanation of how the concept is implemented, plus an example that shows
  712.  
  713. the uses and implications of the approach.
  714.  
  715. CONTENTS:  An Introduction to Operating Systems * The Process * Scheduling and Context Switching *
  716.  
  717. Paging and Memory Management * Process Synchronization * Process Data Sharing and Critical Regions *
  718.  
  719. Security, Protection, and Privacy * Input/Output and Interrupts * Disks and Disk Files * History of Digital
  720.  
  721. Operating Systems * Appendixes
  722.  
  723. 1992  hardbound  550 pages  55558-065-3  $44.95
  724.  
  725. How to write high-quality professional applications on VAX/VMS.
  726.  
  727. WRITING VAX/VMS APPLICATIONS USING PASCAL
  728.  
  729. Theo de Klerk,
  730.  
  731. Digital Equipment Corporation
  732.  
  733. This exciting book is the first to actually explain how to write high-quality professional applications on
  734.  
  735. VAX/VMS.  With numerous programming examples to illuminate the text, it offers a clear, detailed
  736.  
  737. methodology highlighting those aspects of VMS that every well-written application must address.  You'll
  738.  
  739. find:
  740.  
  741. *       Full working program examples throughout, drawn from  real-life development situations
  742.  
  743. *       Thorough discussion of the VAX calling standard
  744.  
  745. *       Detailed discussion of how to use the many VMS system services and Run Time library routines
  746.  
  747. *       A practical approach based on actual experience and written specially from the programmer's point
  748.  
  749. of view
  750.  
  751. 1991  paperbound  748 pages  55558-067-X  $39.95
  752.  
  753. Takes a unique systems approach.
  754.  
  755. COMPUTER PROGRAMMING AND ARCHITECTURE
  756.  
  757. THE VAX, SECOND EDITION
  758.  
  759. Henry M. Levy, University of Washington
  760.  
  761. Richard H. Eckhouse, Jr., University of Massachusetts
  762.  
  763. Master the relationships between today's advanced operating systems and applications and the hardware that
  764.  
  765. supports them.  Taking a unique systems approach, this completely revised and updated second edition of a
  766.  
  767. classic shows you how.   Using the VAX as a detailed example, the first half of the book offers a complete
  768.  
  769. course in assembly language programming.  The second describes higher-level systems issues in computer
  770.  
  771. architecture.  Highlights include the VAX assembler and debugger, other modern architectures such as
  772.  
  773. RISCs, multiprocessing and parallel computing, microprogramming, caches and translation buffers, and an
  774.  
  775. appendix on the Berkeley UNIX assembler.
  776.  
  777. 1989  clothbound  444 pages  55558-015-7  $39.95
  778.  
  779. Updated edition of the authoritative resource.
  780.  
  781. VAX ARCHITECTURE REFERENCE MANUAL
  782.  
  783. SECOND EDITION
  784.  
  785. Edited by Richard A. Brunner,
  786.  
  787. Digital Equipment Corporation
  788.  
  789. “The second edition of the definitive guide to the design of Digital's most popular computer family, the
  790.  
  791. VAX ARCHITECTURE REFERENCE MANUAL,  further enhances its status as the bible of the
  792.  
  793. machine's structure.... It contains the most comprehensive description of the VAX architecture to be found
  794.  
  795. anywhere.... [Readers] will find this organized, well-indexed manual indispensable.”
  796.  
  797. - DEC Professional
  798.  
  799. Every knowledgeable VAX programmer and architect will want to acquire this resource that Digital's own
  800.  
  801. engineers depend on.  From the Micro-VAX II to the VAX 9000, it spans the complete range of hardware
  802.  
  803. and software issues and includes important new material covering the VAX shared-memory model and new
  804.  
  805. vector processing extensions.
  806.  
  807. 1991  paperbound  560 pages  55558-057-2  $49.95
  808.  
  809. Most authoritative, complete description of the VAX/VMS operating system.
  810.  
  811. VAX/VMS INTERNALS AND DATA STRUCTURES
  812.  
  813. VERSION 5.2
  814.  
  815. Ruth E. Goldenberg and Lawrence J. Kenah, both of Digital Equipment Corporation
  816.  
  817. Experts who have been directly involved in engineering, teaching, troubleshooting, and supporting the
  818.  
  819. VMS operating system since its creation bring you this totally revised edition of this landmark reference.
  820.  
  821. Comprehensive and convenient, the book focuses on the kernel of the VAX/VMS Version 5.2 operating
  822.  
  823. system: process management; memory management; the I/O subsystem; the mechanisms that transfer
  824.  
  825. control to, from, and among these; and the system services that support and complement them.  Written for
  826.  
  827. professionals using VMS who wish to understand the components, mechanisms, and data structures, the
  828.  
  829. book reflects every change to the VAX/VMS operating system through Version 5.2.  An all-new detailed
  830.  
  831. technical index and hundreds of data structure diagrams make the contents more accessible and easy to use.
  832.  
  833. BRIEF CONTENTS: Introduction * Control Mechanisms * Synchronization * Scheduling and Time Support
  834.  
  835. * Memory Management * Input/Output * Life of a Process * Life of the System * Miscellaneous Topics *
  836.  
  837. Appendixes
  838.  
  839. 1991  clothbound  1427 pages  55558-059-9  $124.95
  840.  
  841. Add this to your VAX/VMS library.
  842.  
  843. VMS FILE SYSTEM INTERNALS
  844.  
  845. Kirby McCoy,
  846.  
  847. Digital Equipment Corporation
  848.  
  849. For software specialists, system programmers, applications designers, and other computer professionals,
  850.  
  851. here is a welcome in-depth study of the VMS file system, Version 5.2.  You'll find it helpful in
  852.  
  853. understanding the data structures, algorithms, interfaces to, and basic synchronization mechanisms of the
  854.  
  855. VMS file system - that part of the operating system responsible for storing and managing files and
  856.  
  857. information in memory and in secondary storage.  The book is also fascinating as a case study of the VMS
  858.  
  859. implementation of a file system.
  860.  
  861. Topics include the Files-11 On-Disk Structure, volume structure processing (including the handling of both
  862.  
  863. on-disk and in-memory data structures), system-wide caching algorithms, clusterwide coordination
  864.  
  865. techniques, and the I/O subsystem - including the extended $QIO processor (the Files-11 XQP).
  866.  
  867. 1990  paperbound  460 pages  55558-056-4  $49.95
  868.  
  869. A complete description of Digital's Network Applications Support (NAS) architecture.
  870.  
  871. NAS ARCHITECTURE REFERENCE MANUAL
  872.  
  873. Leo F. Laverdure, Patricia Srite, and John Colonna-Romano, all of Digital Equipment Corporation
  874.  
  875. Designed for anyone interested in learning about the NAS architecture - including application developers,
  876.  
  877. technical consultants, Independent Software Vendors (ISVs), Value-Added Resellers (VARs), and Digital's
  878.  
  879. Integrated Business Units (IBUs) - NAS ARCHITECTURE REFERENCE MANUAL provides
  880.  
  881. information on the NAS services and the key public interfaces supported by each service.
  882.  
  883. *       Part I introduces NAS and provides overview information on the NAS services
  884.  
  885. *       Part II provides detailed information on the NAS services, the key interfaces for those services, and
  886.  
  887. information on how the services support the NAS pervasive attributes
  888.  
  889. CONTENTS
  890.  
  891. I. INTRODUCTION TO THE NAS ARCHITECTURE * Introduction to NAS * Pervasive Attributes *
  892.  
  893. NAS Interface Subsets * II. NAS SERVICES * Interacting with the User * Communication with Other
  894.  
  895. Applications * Controlling Application Execution * Accessing Data * Performing Complex Computations *
  896.  
  897. Managing Networks, Systems, and Applications * NAS System Interface (SI) * Application Frameworks *
  898.  
  899. APPENDIXES: NAS Multiplatform Vendor Support * NAS and the Windows Open Services Architecture
  900.  
  901. (WOSA) * Glossary * Index
  902.  
  903. 1993  paperbound  564 pages  55558-115-3  $34.95
  904.  
  905. A practical guide for integrating your PCs Microsoft® WINDOWS™ graphical environment into
  906.  
  907. enterprise-wide networks.
  908.  
  909. WORKING WITH TEAMLINKS
  910.  
  911. Tony Redmond,
  912.  
  913. Digital Equipment Corporation
  914.  
  915. WORKING WITH TEAMLINKS is a practical guide to Digital's office system for the Microsoft Windows
  916.  
  917. graphical user environment.  Its thorough coverage will help experienced and inexperienced users,
  918.  
  919. programmers, and system implementers realize the benefits while avoiding the pitfalls of using PCs in an
  920.  
  921. integrated multivendor office system.
  922.  
  923. The book shows how the TeamLinks File Cabinet works, how TeamLinks mail flows, how to streamline
  924.  
  925. business processes with the TeamRoute document-routing system, and how to integrate applications in a
  926.  
  927. TeamLinks environment.  It discusses the problems of implementing a PC-based office system and of
  928.  
  929. managing the process of migration from ALL-IN-1 IOS, Digital's minicomputer-based office system.  An
  930.  
  931. appendix documents TeamLinks internal codes and presents other interesting information.
  932.  
  933. A companion diskette contains many sample programs that can be used as a base for your own solutions.
  934.  
  935. CONTENTS
  936.  
  937. TeamLinks: An Overview * Getting Started with TeamLinks * The TeamLinks file Cabinet * TeamLinks
  938.  
  939. Mail * TeamRoute * Converters, Viewers, and File Formats * Electronic Conferencing * Customizing
  940.  
  941. TeamLinks * Planning the Implementation * Migrating from ALL-IN-1 * Appendix * Glossary *
  942.  
  943. Bibliography * Trademarks * Index
  944.  
  945. 1993  paperbound  446 pages (includes diskette)
  946.  
  947. 55558-116-1  $44.95
  948.  
  949. An introduction to the architecture AND the software and middleware of NAS.
  950.  
  951. NAS
  952.  
  953. DIGITAL'S APPROACH TO OPEN SYSTEMS
  954.  
  955. James Martin,
  956.  
  957. James Martin Associates
  958.  
  959. Joe Leben, Leben, Inc.
  960.  
  961. NAS (Network Applications Support) is both a comprehensive architecture and set of software products
  962.  
  963. designed to provide a framework that makes it possible for applications developers to enhance those
  964.  
  965. characteristics of computing applications that promote interoperability, application distributability, and
  966.  
  967. application portability among applications that run on Digital's computing platforms as well as those from
  968.  
  969. other vendors, such as IBM, Hewlett-Packard, SunMicrosystems, Apple Computer, and others.
  970.  
  971. For managers, executives, and information systems staff, NAS describes both types of NAS products - 1)
  972.  
  973. those that comprise a set of development toolkits that provide services directly to computing applications;
  974.  
  975. both Digital applications and user-written applications.  This important new class of software, called
  976.  
  977. middleware, operates as an intermediary between application programs and the underlying hardware/software
  978.  
  979. platform, and 2) those that build on the NAS middleware to provide services directly to the end users of
  980.  
  981. computing services.
  982.  
  983. CONTENTS:  Prologue. The NAS Version * I. NAS and Open Systems * II. NAS Pervasive Attributes *
  984.  
  985. III. NAS Services * IV. Related Software Technologies * Cohesion and Case Tools * Appendixes
  986.  
  987. 1993  paperbound  412 pages  55558-117-X  $34.95
  988.  
  989. An introduction and tutorial -
  990.  
  991. as well as a comprehensive reference -
  992.  
  993. on ALL of C-Kermit's capabilities.
  994.  
  995. USING C-KERMIT
  996.  
  997. Communication Software for OS/2 Atari ST, UNIX, OS-9, VMS, AOS/VS, Amiga
  998.  
  999. Frank da Cruz and
  1000.  
  1001. Christine M. Gianone,
  1002.  
  1003. both of Columbia University
  1004.  
  1005. USING C-KERMIT describes the new release, 5A, of Columbia University's popular C-Kermit
  1006.  
  1007. communication software - the most portable of all communication software packages.  Available at low
  1008.  
  1009. cost on a variety of magnetic media from Columbia University, C-Kermit can be used on computers of all
  1010.  
  1011. sizes - ranging from desktop workstations to minicomputers to mainframes and supercomputers.  The
  1012.  
  1013. numerous examples, illustrations, and tables in USING C-KERMIT make the powerful and versatile C-
  1014.  
  1015. Kermit functions accessible for new and experienced users alike:
  1016.  
  1017. *       Serial communication, direct or dialed
  1018.  
  1019. *       TCP/IP and other network communication
  1020.  
  1021. *       Automatic dialing, supporting many types of modems
  1022.  
  1023. *       A wide variety of communication options
  1024.  
  1025. *       Terminal connection
  1026.  
  1027. *       Efficient, error-free Kermit file transfer
  1028.  
  1029. *       International character set conversion
  1030.  
  1031. *       A simple, consistent, and intuitive command language with built-in help
  1032.  
  1033. *       Command and initialization files
  1034.  
  1035. *       Command macros and a powerful, easy-to-use script programming language
  1036.  
  1037. 1993  paperbound  514 pages  55558-108-0  $34.95
  1038.  
  1039. For new and seasoned BITNET users alike.
  1040.  
  1041. BITNET FOR VMS USERS
  1042.  
  1043. Michael A. Moore,
  1044.  
  1045. Logical Designs, Inc. and Ronald M. Sawey,
  1046.  
  1047. Southwest Texas State University
  1048.  
  1049. The first book to cover BITNET exclusively, this volume addresses the needs of those who have never used
  1050.  
  1051. a national computer network, as well as those who are familiar with accessing BITNET from the VMS
  1052.  
  1053. operating system.  Comprehensive in coverage, it details the many aspects of using BITNET - from
  1054.  
  1055. electronic mail to searching remote databased to carrying on RELAY conversations with other users around
  1056.  
  1057. the world.  Appendixes provide specific programs and listings of the more popular mailing lists, digests,
  1058.  
  1059. and electronic magazines.
  1060.  
  1061. 1992  paperbound  161 pages  55558-094-7  $25.95
  1062.  
  1063. A book/disk package for gathering and sending electronic information around the world - with your PC
  1064.  
  1065. and MS-DOS Kermit.
  1066.  
  1067. USING MS-DOS KERMIT
  1068.  
  1069. CONNECTING YOUR PC TO THE ELECTRONIC WORLD, SECOND EDITION
  1070.  
  1071. Christine M. Gianone, Columbia University
  1072.  
  1073. USING MS-DOS KERMIT is a book/disk package designed to help both technical and non-technical PC
  1074.  
  1075. users alike to link their IBM PCs, PS/2s, or compatibles to other computers and data services - e.g., Dow
  1076.  
  1077. Jones News/Retrieval, MCI Mail, databases like BBS, DIALOG or TYMNET, and any mainframe -
  1078.  
  1079. throughout the world.  Based on the author's close involvement with development and distribution of the
  1080.  
  1081. Kermit transfer protocol, the guide supplies easy-to-follow, step-by-step instructions, meticulously
  1082.  
  1083. compiled tables, and at-a-glance information on important areas.  The latest version of MS-DOS KERMIT
  1084.  
  1085. is included with the book and provides:
  1086.  
  1087. *       communication support for serial ports, modems, and PC networks - Novell, AT&T, IBM,
  1088.  
  1089. TCP/IP, DECnet, and many more
  1090.  
  1091. *       DEC VT320, VT220, VT100, and other terminal emulations, with screen rollback and capture,
  1092.  
  1093. colors, printer control, and flexible key mappings, plus Tektronix graphics
  1094.  
  1095. *       reliable transfer of text and binary files
  1096.  
  1097. *       international character sets, including Cyrillic text file transfer
  1098.  
  1099. *       a powerful script language for automated operations
  1100.  
  1101. *       an easy-to-use dialing directory
  1102.  
  1103. 1992  paperbound  345 pages (includes diskette)
  1104.  
  1105. 55558-082-3  $34.95
  1106.  
  1107. THE definitive tutorial/reference on the detailed specification of the Kermit file transfer protocol.
  1108.  
  1109. KERMIT
  1110.  
  1111. A FILE TRANSFER PROTOCOL
  1112.  
  1113. Frank da Cruz, Columbia University
  1114.  
  1115. This authoritative, all-in-one introduction, manual, and complete reference shows readers - at all levels of
  1116.  
  1117. technical expertise - how to use Kermit to transfer diverse data between different computer systems and
  1118.  
  1119. data communications environments.  Using tutorials, case studies, and examples of actual Kermit codes, it
  1120.  
  1121. provides instructions for basic use and a detailed description of the Kermit protocols:
  1122.  
  1123. *       file management through protocols
  1124.  
  1125. *       command referencing and extended features
  1126.  
  1127. *       telecommunications protocols
  1128.  
  1129. 1987  paperbound  379 pages  932376-88-6  $29.95
  1130.  
  1131. The first book-length introduction to one of the fastest growing LAN standards on the market today.
  1132.  
  1133. FDDI
  1134.  
  1135. AN INTRODUCTION TO FIBER DISTRIBUTED DATA INTERFACE
  1136.  
  1137. Wendy H. Michael,
  1138.  
  1139. William J. Cronin, Jr., and
  1140.  
  1141. Karl F. Pieper, all of Digital Equipment Corporation
  1142.  
  1143. Based upon the primer that received a 1991 Award for Excellence from the Society of Technical
  1144.  
  1145. Communications (STC), FDDI: AN INTRODUCTION TO FIBER DISBRIBUTED DATA INTERFACE
  1146.  
  1147. is the first book devoted to this new high-speed, high-bandwidth standard.  A concise and thorough technical
  1148.  
  1149. introduction to the subject, it covers all aspects of the FDDI standard - from its protocol specifications to
  1150.  
  1151. its implementation and management in real-world, large-enterprise, local area networks.  The book is
  1152.  
  1153. written and designed for rapid comprehension by computer systems managers, telecommunications
  1154.  
  1155. managers, and communications professionals who make decisions regarding networks for their
  1156.  
  1157. organizations.  The FDDI technology and applications are extensively illustrated, but without mention of
  1158.  
  1159. Digital's FDDI products.  An extensive glossary defines key networking, LAN and FDDI terms.
  1160.  
  1161. CONTENTS:  FDDI: A New LAN Standard * FDDI: A LAN Built to the OSI Model * FDDI Technology:
  1162.  
  1163. PMD STANDARD * FDDI Technology: PHY Standard * FDDI Technology: MAC and LLC Standards *
  1164.  
  1165. FDDI Technology: SMT Standard * FDDI Technology: How it Works * The Network: Structured Cabling *
  1166.  
  1167. The FDDI Network: Topology * FDDI Components: Concentrators * FDDI Components: SAS and DAS *
  1168.  
  1169. FDDI: LAN Interconnection Devices * Network Management: A Global View * Integrating LANs: LAN
  1170.  
  1171. Comparisons * Integrating LANs: Implementing FDDI * Glossary * Index
  1172.  
  1173. 1992  paperbound  209 pages  55558-093-9  $17.95
  1174.  
  1175. Your map through the network jungle.
  1176.  
  1177. THE USER'S DIRECTORY OF COMPUTER NETWORKS
  1178.  
  1179. Edited by Tracy L. LaQuey, Cisco Systems
  1180.  
  1181. Here's how to track down virtually every network available to academics and researchers.  This new book,
  1182.  
  1183. with its detailed compilation of host-level information, provides everything you need to locate resources,
  1184.  
  1185. send mail to colleagues and friends worldwide, and answer questions about how to access major national and
  1186.  
  1187. international networks.  Extensively cross-referenced information on ARPANET/MILNET, BITNET,
  1188.  
  1189. CSNET, ESnet, NSFNET, SPAN, THEnet, USENET, and loads of others is all provided.  Included are
  1190.  
  1191. detailed lists of hosts, site contacts, administrative domains, and organizations.  Plus, a tutorial chapter
  1192.  
  1193. with handy reference tables reveals electronic mail “secrets” that make it easier to take advantage of
  1194.  
  1195. networking.
  1196.  
  1197. 1990  paperbound  630 pages  55558-047-5  $35.95
  1198.  
  1199. From the authorities on information processing.
  1200.  
  1201. DECNET
  1202.  
  1203. PHASE V
  1204.  
  1205. AN OSI IMPLEMENTATION
  1206.  
  1207. James Martin,
  1208.  
  1209. James Martin Associates
  1210.  
  1211. Joe Leben,
  1212.  
  1213. Leben Incorporated
  1214.  
  1215. “This book is the important landmark we've all been waiting for: the comprehensive overview of Digital's
  1216.  
  1217. Phase V architecture!”
  1218.  
  1219. -       Marshall Rose, PSI, Inc., and author, THE OPEN BOOK: A PRACTICAL PERSPECTIVE ON
  1220.  
  1221. OSI
  1222.  
  1223. Broaden your understanding of how large networks are designed with this introduction to the concepts
  1224.  
  1225. surrounding Digital Network Architecture.  This useful book blends an OSI tutorial with a complete look at
  1226.  
  1227. how OSI technology is used in a Digital computer network.  You'll gain useful insights into OSI and the
  1228.  
  1229. process of OSI standardization as well as implementation - all presented in a straightforward, easy-to-
  1230.  
  1231. follow style.
  1232.  
  1233. CONTENTS:  The Future of Networking * Part I: The Digital Network Architechture * Network
  1234.  
  1235. Architectures * The OSI Reference Model * The Digital Network Architecture * Part II: DNA Functional
  1236.  
  1237. Layers * The Physical Layer * The Data Link Layer * The Network Layer * Network Layer Protocols *
  1238.  
  1239. Network Layer Routing * The Transport Layer * The DNA Phase V Session Control Layer * OSI Upper-
  1240.  
  1241. Layer Architecture * Part III: Network Applications * DNA Applications * OSI Applications * Part IV:
  1242.  
  1243. Related Architectures and Mechanisms * Distributed Computing Services * The Naming Service * Network
  1244.  
  1245. Management * X.25 Access * Part V: Data Link Layer Protocols * HDLC, SDLC and LAPB Data Links *
  1246.  
  1247. DDCMP Data Links * Local Area Network Data Links * CSMA/CD and Ethernet * Fiber Distributed Data
  1248.  
  1249. Interface * Bridge and Extended LAN Architecture * Appendixes: ISO Standards for the OSI Model * DNA
  1250.  
  1251. Phase V Architectural Specifications
  1252.  
  1253. 1992  Clothbound  572 pages  55558-076-9  $49.95
  1254.  
  1255. A look at how ten American colleges and universities bridged the gap between computing, administrative,
  1256.  
  1257. and library organizations.
  1258.  
  1259. CAMPUS STRATEGIES FOR LIBRARIES AND ELECTRONIC INFORMATION
  1260.  
  1261. Edited by Caroline Arms
  1262.  
  1263. Detailed case studies from ten American colleges and universities will prepare you to make better plans and
  1264.  
  1265. decisions for an electronic library, integrated information management system, or unified information
  1266.  
  1267. resource.  You'll find models and guidelines covering reference services,  latest philosophies and strategies,
  1268.  
  1269. management and organization issues, delivery mechanisms, and more.
  1270.  
  1271. 1990  clothbound  404 pages  55558-036-X  $34.95
  1272.  
  1273. A hands-on encyclopedic directory of specific networks and conferencing systems that encompass millions
  1274.  
  1275. of users across every continent.
  1276.  
  1277. THE MATRIX
  1278.  
  1279. COMPUTER NETWORKS AND CONFERENCING SYSTEMS WORLDWIDE
  1280.  
  1281. John S. Quarterman, Texas Internet Consulting
  1282.  
  1283. With Forewords by Tracy L. LaQuey, Vinton G. Cerf, and Frank da Cruz
  1284.  
  1285. This complete, central source lets you tap into the worldwide information-sharing network of engineers,
  1286.  
  1287. scientists, and researchers - no matter where you live or work.  It's a hands-on encyclopedic directory of
  1288.  
  1289. specific networks and conferencing systems that encompass millions of users across every continent!
  1290.  
  1291. Following a useful overview, you can look up
  1292.  
  1293. specific systems, their interconnections and uses, history, funding, standards and services - all organized
  1294.  
  1295. country-by-country for your convenience.  Clearly drawn maps and hundreds of references help you easily
  1296.  
  1297. connect to the global matrix.
  1298.  
  1299. 1990  paperbound  719 pages  55558-033-5  $49.95
  1300.  
  1301. A hands-on account of the design, implementation, and performance of Project Athena.
  1302.  
  1303. MIT PROJECT ATHENA
  1304.  
  1305. A MODEL FOR DISTRIBUTED CAMPUS COMPUTING
  1306.  
  1307. George A. Champine, Digital Equipment Corporation
  1308.  
  1309. Project Athena at MIT has emerged as one of the most important models to date for next-generation
  1310.  
  1311. distributed computing in an academic environment, and this book is the first to describe this landmark
  1312.  
  1313. project.  Pioneered by MIT in partnership with Digital and IBM, Project Athena is distinguished by its
  1314.  
  1315. magnitude and its reliance on workstations, each providing the same user interface regardless of architecture,
  1316.  
  1317. and each sharing the same programs and data through a high-speed electronic network.  Based on thousands
  1318.  
  1319. of pages of reports and the author's own experience, this important book lets you in on the design,
  1320.  
  1321. implementation, and performance of Project Athena - now a production system of networked workstations
  1322.  
  1323. that is replacing time-sharing (which MIT also pioneered) as the preferred model of computing at MIT.  The
  1324.  
  1325. book is organized in four parts, covering management, pedagogy, technology, and administration.
  1326.  
  1327. Appendixes describe deployment of Project Athena systems at five other schools, provide guidelines for
  1328.  
  1329. installation, and recommend end-user policies.
  1330.  
  1331. 1991  clothbound  282 pages  55558-072-6  $28.95
  1332.  
  1333. NOW IN PAPERBACK!
  1334.  
  1335. The definitive networking reference.
  1336.  
  1337. TECHNICAL ASPECTS OF DATA COMMUNICATION
  1338.  
  1339. THIRD EDITION
  1340.  
  1341. John E. McNamara, Stratus Computer Incorporated
  1342.  
  1343. Long considered the definitive work among networking references, this book covers the spectrum of data
  1344.  
  1345. communications technology.  It presents the latest information on layered protocols, fast and error-
  1346.  
  1347. correcting modems, smart multiplexers, digital transmission (T1), packet-switching, and ISDN.  You'll
  1348.  
  1349. also find an expanded discussion of local area networks, an introduction to the popular Kermit file transfer
  1350.  
  1351. protocol, information on the EIA-530 specification, and updated material on communication LSI circuits.
  1352.  
  1353. McNamara provides you with a practical approach to understanding communications systems, starting from
  1354.  
  1355. a simple asynchronous interface called a UART and proceeding through more intricate problems of data
  1356.  
  1357. communications system design.  You'll learn about communication lines and interface standards (EIA-232
  1358.  
  1359. to EIA-530), modems and modem control, error detection, communication protocols, digital transmission
  1360.  
  1361. systems, integrated services, and local area networks.  If you're designing a system, purchasing hardware or
  1362.  
  1363. software, or simply expanding your knowledge, this book is indispensable!
  1364.  
  1365. 1988  paperbound  383 pages  55558-111-0  $32.00
  1366.  
  1367. A nontechnical explanation of how local area networks work, what they do, and how you can benefit from
  1368.  
  1369. them.
  1370.  
  1371. LOCAL AREA NETWORKS
  1372.  
  1373. AN INTRODUCTION TO THE TECHNOLOGY
  1374.  
  1375. John E. McNamara, Stratus Computer Incorporated
  1376.  
  1377. This concise book provides an objective introduction to local area networks - how they work, what they
  1378.  
  1379. do, and how you can benefit from them.  It outlines the pro's and con's of the most common configurations
  1380.  
  1381. so you can evaluate them in light of your own needs.  You'll also learn about network software, with
  1382.  
  1383. special emphasis on the ISO layered model of communications protocols.
  1384.  
  1385. 1985  paperbound  165 pages  932376-79-7  $29.00
  1386.  
  1387. A convenient one-volume source for the most pertinent information on Xlib, X Toolkit Intrinsics, and the
  1388.  
  1389. OSF/Motif programming                                        libraries.
  1390.  
  1391. X AND MOTIF QUICK REFERENCE GUIDE
  1392.  
  1393. SECOND EDITION
  1394.  
  1395. Randi J. Rost,
  1396.  
  1397. Kubota Pacific Computer, Inc.
  1398.  
  1399. Arranged in five sections - X Protocol Reference, Xlib Reference, X Toolkit Reference, Motif Reference,
  1400.  
  1401. and General X Reference - and organized alphabetically with thumb tabs for quick and easy reference - the
  1402.  
  1403. X AND MOTIF QUICK REFERENCE GUIDE provides complete descriptions of routines and user-
  1404.  
  1405. accessible data structures, including:
  1406.  
  1407. *       Xlib subroutines and macros
  1408.  
  1409. *       X Toolkit Intrinsics routines
  1410.  
  1411. *       Motif routines
  1412.  
  1413. *       and all of the Motif Widgets.
  1414.  
  1415. The Second Edition has been updated to reflect new functionality in both X Window System Version 11,
  1416.  
  1417. Release 5, and OSF/Motif Version 1.2, including:
  1418.  
  1419. *       Routines and Xlib to support color management system
  1420.  
  1421. *       New routines on Xlib to better provide support for internationalization and localization.
  1422.  
  1423. CONTENTS
  1424.  
  1425. Preface * Protocol Request Codes * Predefined Atoms * Event Names and Masks * Keysym Encoding * Xlib
  1426.  
  1427. Display Information Macros * Xlib Image Format Information Macros * Xlib Screen Information Macros *
  1428.  
  1429. Xlib Keysym Classification Macros * Xlib Color Management Macros * Xlib Extension Support Macros *
  1430.  
  1431. Xlib Error Values and Descriptions * Xlib Routines * Xlib Data Types * X Toolkit Intrinsics Routines * X
  1432.  
  1433. Toolkit Intrinsics Compatibility Routines * X Toolkit Intrinsics Data Types * X Toolkit Intrinsics Errors
  1434.  
  1435. and Warnings * Motif Routines * Motif Data Types * Motif Widgets * Motif Widget Hierarchy * Common
  1436.  
  1437. Color Names * Standard Cursor Symbols
  1438.  
  1439. 1993  paperbound  398 pages  55558-118-8  $24.95
  1440.  
  1441. For new and experienced VMS users alike.
  1442.  
  1443. USING DECWINDOWS MOTIF FOR
  1444.  
  1445. OPENVMS
  1446.  
  1447. Margie Sherlock,
  1448.  
  1449. Digital Equipment Corporation
  1450.  
  1451. USING DECWINDOWS MOTIF FOR VMS is designed to help new VMS DECwindows users explore
  1452.  
  1453. and apply DECwindows techniques and features, and to provide experienced DECwindows users with
  1454.  
  1455. practical information about the Motif interface, ways to customize environments, and advanced user topics.
  1456.  
  1457. VMS DECwindows Motif is based on MIT's specification for the X Window System, Version 11, Release
  1458.  
  1459. 4 and OSF/Motif 1.1.1.
  1460.  
  1461. CONTENTS
  1462.  
  1463. GETTING STARTED WITH DECWINDOWS * Introduction * Opening and Closing DECwindows *
  1464.  
  1465. Interacting with DECwindows * Performing Common Tasks * Using Session Manager * Using File View *
  1466.  
  1467. II. CUSTOMIZING YOUR DECWINDOWS ENVIRONMENT * Customizing Session Manager *
  1468.  
  1469. Customizing Menus and Menu Bars * Customizing File View * Customizing the Window Manager * III.
  1470.  
  1471. ADVANCED USER TECHNIQUES * Using Hyperapplications * Running Applications Across the
  1472.  
  1473. Network * Changing the Startup Environment * Sharing Customization Files * Using Task Messages *
  1474.  
  1475. APPENDIXES * Using DECwindows with a Keyboard * Understanding Files, Directories, and Devices *
  1476.  
  1477. Troubleshooting Guidelines * System Messages * DECwindows X Windows System Resources * Index
  1478.  
  1479. 1993  paperbound  363 pages  55558-114-5  $34.95
  1480.  
  1481. A technical reference covering every aspect of the sample server developed by the MIT X Consortium.
  1482.  
  1483. THE X WINDOW SYSTEM SERVER
  1484.  
  1485. X VERSION 11,
  1486.  
  1487. RELEASE 5
  1488.  
  1489. Elias Israel,
  1490.  
  1491. Praxsys Technologies
  1492.  
  1493. Erik Fortune, Silicon Graphics Computer Systems
  1494.  
  1495. Using examples, guidelines, and tutorials, as well as material on theory and practice, this comprehensive
  1496.  
  1497. reference provides essential information to knowledgeable X users who want to learn about the basic
  1498.  
  1499. interactions between client and server - including developers who want to port, extend, tune, or test a
  1500.  
  1501. server.
  1502.  
  1503. *  Part I, ARCHITECTURE, discusses the structure of the sample server, including the server's major data
  1504.  
  1505. structures and their interactions, the flow of control within the server, how the server handles input devices
  1506.  
  1507. and events, how the server maintains the window tree, and how it keeps graphics context up to date with
  1508.  
  1509. drawables.
  1510.  
  1511. *  Part II, PORTING AND TUNING, explains in detail the process of porting the server to new display
  1512.  
  1513. hardware or a new operating system, and discusses strategies for tuning an existing server.
  1514.  
  1515. *  Part III, WRITING EXTENSIONS, describes the server extension mechanism, its interface, and the
  1516.  
  1517. design and implementation of new extensions.
  1518.  
  1519. 1993  paperbound  534 pages  55558-096-3  $45.95
  1520.  
  1521. Conforms to Release 5 -
  1522.  
  1523. four books in one!
  1524.  
  1525. X WINDOW SYSTEM
  1526.  
  1527. THE COMPLETE REFERENCE TO XLIB,
  1528.  
  1529. X PROTOCOL, ICCCM, XLFD, X VERSION 11,
  1530.  
  1531. RELEASE 5 THIRD EDITION
  1532.  
  1533. Robert W. Scheifler,
  1534.  
  1535. MIT X Consortium
  1536.  
  1537. Written by the experts who originally designed and created the X Window System, this Third Edition is a
  1538.  
  1539. major revision of the definitive reference describing each standard specification from the MIT X
  1540.  
  1541. Consortium.  It conforms to the latest release: X Version 11, Release 5.  With this latest edition
  1542.  
  1543. in hand, software developers and others can now take advantage
  1544.  
  1545. of the significant new functionality in Release 5.  And, in addition to fully integrating the important new
  1546.  
  1547. features of this latest release, the original text has been significantly revised for clarity and easier access.
  1548.  
  1549. Instructive diagrams, a detailed glossary, and a comprehensive subject-oriented index further enhance the
  1550.  
  1551. book's overall value.
  1552.  
  1553. *       Part I, Xlib - C Language X Interface , describes the lowest level C language X programming
  1554.  
  1555. interface to the X Window System.  Essential for all X programmers, even those using higher level toolkits
  1556.  
  1557. such as X Toolkit Intrinsics.
  1558.  
  1559. *       Part II, X Window System Protocol, details the precise specification of the X protocol semantics.
  1560.  
  1561. *       Part III, Inter-Client Communications Conventions Manual, discusses the conventions that govern
  1562.  
  1563. X inter-client communication.
  1564.  
  1565. *       Part IV, X Logical Font Description, describes the conventions for font names and font properties
  1566.  
  1567. in the X Window System.
  1568.  
  1569. 1992  paperbound  1,000 pages  55558-088-2  $49.95
  1570.  
  1571. A quick and thorough introduction to Motif programming.
  1572.  
  1573. MOTIF PROGRAMMING
  1574.  
  1575. THE ESSENTIALS ...
  1576.  
  1577. AND MORE
  1578.  
  1579. Marshall Brain,
  1580.  
  1581. North Carolina State University
  1582.  
  1583. Here is a straightforward, easy-to-understand introduction to Motif application development, covering both
  1584.  
  1585. basic and advanced features of graphical user interfaces as implemented under Motif.  Even though you may
  1586.  
  1587. have little or no experience with X or other window programming environments, this useful guide will ease
  1588.  
  1589. you into Motif programming smoothly and quickly.  Using simple examples and explanations, it shows
  1590.  
  1591. you how to design and build graphical applications with Motif in a reasonable amount of time.  By the end
  1592.  
  1593. of the book, you'll be familar with all of the Motif widgets as well as the process of application design in
  1594.  
  1595. Motif, the basic capabilities of the X and Xt layers, and the X drawing model.
  1596.  
  1597. CONTENTS:  Introduction * Analyzing a Motif Program * Resources * Callbacks * Manager Widgets *
  1598.  
  1599. Menus * Dialogs * Tic-Tac-Toe Application * The mkill Application * The Text Widget * Other Motif
  1600.  
  1601. Widgets * Resource Options * Customized Dialog Boxes * Motif Internals * The X Layer * Drawing *
  1602.  
  1603. Conclusion * Appendixes
  1604.  
  1605. 1992  paperbound  601 pages  55558-089-0  $29.95
  1606.  
  1607. Indispensable for all programmers.
  1608.  
  1609. X Window System Toolkit
  1610.  
  1611. The Complete Programmer's Guide and Specification
  1612.  
  1613. Paul J. Asente, Adobe Systems Incorporated
  1614.  
  1615. Ralph R. Swick, Massachusetts Institute of Technology
  1616.  
  1617. Written by the two leading designers of the X-Tool
  1618.  
  1619. kit, this is the authorative guide to Version 11, Release 4 of the X Window System Toolkit.  It's
  1620.  
  1621. organized in two useful parts - a programmer's guide and a specification.  You'll learn how to use
  1622.  
  1623. the various features as well as how those features operate.
  1624.  
  1625. *       The Programmer's Guide, complete with over 100 pages of programming examples, illustrates
  1626.  
  1627. how to use the X Toolkit to write applications and widgets.  Each chapter contains both an application
  1628.  
  1629. writer's section and a widget writer's section.
  1630.  
  1631. *       The Specification  describes the capabilities more succinctly and precisely.  It offers sufficient
  1632.  
  1633. detail for a programmer to create a new implementation.
  1634.  
  1635. 1990  paperbound  967 pages  55558-051-3  $44.95
  1636.  
  1637. The defacto standard -
  1638.  
  1639. a must-have for all Lisp programmers.
  1640.  
  1641. COMMON LISP
  1642.  
  1643. THE LANGUAGE,
  1644.  
  1645. SECOND EDITION
  1646.  
  1647. Guy L. Steele Jr.,
  1648.  
  1649. Thinking Machines Corporation
  1650.  
  1651. In this greatly expanded edition of the defacto standard, you'll learn about the nearly 200 changes already
  1652.  
  1653. made since original publication - and find out about gray areas likely to be revised later.  Written by the
  1654.  
  1655. Vice-Chairman of X3J13 (the ANSI committee responsible for the standardization of Common Lisp) and
  1656.  
  1657. co-developer of the language itself, the new edition contains the entire text of the first edition plus six
  1658.  
  1659. completely new chapters.  They cover:
  1660.  
  1661. *       CLOS, the Common Lisp Object System, with new features to support function overloading and
  1662.  
  1663. object-oriented programming, plus complete technical specifications
  1664.  
  1665. *       Loops, a powerful control structure for multiple variables
  1666.  
  1667. *       Conditions, a generalization of the error signaling mechanism
  1668.  
  1669. *       Series and generators
  1670.  
  1671. *       Plus other subjects not part of the ANSI standards but of interest to professional programmers.
  1672.  
  1673. Throughout, you'll find fresh examples, additional clarifications, warnings, and tips - all presented with
  1674.  
  1675. the author's customary vigor and wit.
  1676.  
  1677. 1990  paperbound  1029 pages  55558-041-6  $39.95
  1678.  
  1679. A hands-on guide.
  1680.  
  1681. PRACTICAL KNOWLEDGE ENGINEERING
  1682.  
  1683. CREATING SUCCESSFUL COMMERCIAL EXPERT SYSTEMS
  1684.  
  1685. Richard V. Kelly Jr.,
  1686.  
  1687. Digital Equipment Corporation
  1688.  
  1689. Find out what actually works (and what doesn't) in the development of commercial expert system
  1690.  
  1691. applications - based on the author's decade of experience in building expert systems in all major areas of
  1692.  
  1693. application for American, European, and Japanese organizations.  Focusing on actual tested procedures, this
  1694.  
  1695. how-to book offers practical methods for initiating, designing, building, managing, and demonstrating
  1696.  
  1697. successful expert systems.  You'll discover engineering programming techniques, useful skills for
  1698.  
  1699. demonstrating expert systems, practical costing and metrics, guidelines for using knowledge representation
  1700.  
  1701. techniques, and solutions to common difficulties in design and implementation.
  1702.  
  1703. CONTENTS:  Introduction * Frequently Asked Questions * Prospecting * Beginning a Project * Paradigms
  1704.  
  1705. and Purposes * Knowledge Acquisition * Knowledge Representation * Costing, Metrics, and Specification *
  1706.  
  1707. Knowledge Engineering Techniques * Common Problems * Demonstrating an Expert System * Appendixes
  1708.  
  1709. 1991  paperbound  212 pages  55558-070-X  $28.95
  1710.  
  1711. For the experienced professional.
  1712.  
  1713. UNDERSTANDING CLOS
  1714.  
  1715. THE COMMON LISP
  1716.  
  1717. OBJECT SYSTEM
  1718.  
  1719. Jo A. Lawless,
  1720.  
  1721. Lucid, Inc.
  1722.  
  1723. Molly M. Miller,
  1724.  
  1725. Ascend Communications, Inc.
  1726.  
  1727. For the professional Lisp programmer, this important book is an introduction to programming in the
  1728.  
  1729. Common Lisp Object System.   This object-oriented system - an extension of Common Lisp -
  1730.  
  1731. incorporates the concepts of classes, generic functions, methods, multiple inheritance, and method
  1732.  
  1733. combination.  Complete with code examples, the book has been adapted directly from the X3J13 Document
  1734.  
  1735. 88-002R, submitted to the X3J13 Committee in June 1988.
  1736.  
  1737. CONTENTS:  An Introduction to CLOS * Classes, Instances, and Slots * Generic Functions and Methods *
  1738.  
  1739. Inheritance * Object Creation and Initialization * Modification of Classes and Instances * Metaclasses *
  1740.  
  1741. CLOS Constructs * Appendix
  1742.  
  1743. 1991  paperbound  192 pages  55558-064-5  $26.95
  1744.  
  1745. How to use information technology to gain the competitive edge.
  1746.  
  1747. INFORMATION IN THE ENTERPRISE
  1748.  
  1749. IT'S MORE THAN TECHNOLOGY
  1750.  
  1751. Geoffrey Darnton and
  1752.  
  1753. Sergio Giacoletto,
  1754.  
  1755. both of
  1756.  
  1757. Digital Equipment Corporation
  1758.  
  1759. This non-technical book examines the role of information in the broader business enterprise - how to use
  1760.  
  1761. it to gain competitive advantage and to re-design business processes for greater efficiency.  Going beyond
  1762.  
  1763. the technology itself, it offers concrete suggestions on how to construct extensively integrated information
  1764.  
  1765. systems.  And it describes both the opportunities and the risks that may result from the use of information
  1766.  
  1767. technology.  Avoiding any bias toward top-down definitions and decompositions in strategic planning, the
  1768.  
  1769. book is organized in three parts:
  1770.  
  1771. *       An Executive Brief presenting themes and recommendations
  1772.  
  1773. *       A description of the authors' experiences and insights on defining and building information
  1774.  
  1775. infrastructures - at Digital and other large enterprises
  1776.  
  1777. *       An expanded case study - literature, theory, and how to extend the formal approaches
  1778.  
  1779. CONTENTS:  Part I: Executive Brief * Themes and Visions * Recommendations for Management * Part II:
  1780.  
  1781. Digital Experience * Evolution of a Model: 1983-1990 * Systems Architecture * Business Architecture *
  1782.  
  1783. Organizational Impact * Part III: Enterprise Wide Information Infrastructures * Information Technology and
  1784.  
  1785. Systems * The Information Management Challenges * Information, System, and Architecture * Information
  1786.  
  1787. and IT Infrastructures * Appendixes * Acronyms and Abbreviations
  1788.  
  1789. 1992  clothbound  318 pages  55558-091-2  $34.95
  1790.  
  1791. Cut time and expense without sacrificing quality.
  1792.  
  1793. ENTERPRISE NETWORKING
  1794.  
  1795. WORKING TOGETHER APART
  1796.  
  1797. Ray Grenier and
  1798.  
  1799. George Metes
  1800.  
  1801. Focusing on work environments in which knowledge workers use electronic networks and networking
  1802.  
  1803. techniques to access, communicate, and share information, this book develops strategic and practical
  1804.  
  1805. approaches that distributed organizations can use to succeed and compete.  You'll explore how such groups
  1806.  
  1807. can decrease the time required to create quality products and services - even when their work teams are
  1808.  
  1809. geographically and culturally dispersed, or “Working Together Apart.”  With a foreword by organizational
  1810.  
  1811. expert Edgar H. Schein of MIT's Sloan School, this book will be indispensable for managers and planners
  1812.  
  1813. seeking innovative ways to build the capabilities necessary for prosperity in this complex and rapidly
  1814.  
  1815. changing world.
  1816.  
  1817. CONTENTS:  Introduction * Overview * Assumptions and Realities * Capability Based Environment * The
  1818.  
  1819. Capable Organization * Valuing Information and Knowledge Sharing * Enterprise Networking * Enterprise
  1820.  
  1821. Networking Applications * Enterprise Networks: Anatomy and Physiology * Enterprise Network
  1822.  
  1823. Management: An Architecture and Process * Simultaneous Distributed Work * Simultaneous Distributed
  1824.  
  1825. Work: Goals and Processes * Simultaneous Distributed Work: Continuous Design and the Quest for Quality
  1826.  
  1827. * Simultaneous Distributed Work in Action * Futurework: An Interview * Epilogue * Appendixes
  1828.  
  1829. 1992  clothbound  260 pages  55558-074-2  $29.95
  1830.  
  1831. FIFTH GENERATION MANAGEMENT  INTEGRATING ENTERPRISES THROUGH HUMAN
  1832.  
  1833. NETWORKING
  1834.  
  1835. Charles M. Savage, Digital Equipment Corporation
  1836.  
  1837. “Book of the Year: this year's honors go to Charles Savage for Fifth Generation Management.  Savage
  1838.  
  1839. joins a select few ... who exquisitely explain tomorrow's bizarre organizational arrangements, where
  1840.  
  1841. hierarchies are leveled and the imagery of networks and spider webs butts out yesterday's pyramids.”
  1842.  
  1843. -Tom Peters, Co-author of IN Search of Excellence
  1844.  
  1845. Explore the shift from steep top-down management to human networking, as companies with second-
  1846.  
  1847. generation management attempt to absorb fourth- and fifth-generation technologies, like computer-integrated
  1848.  
  1849. manufacturing (CIM) and computer-integrated enterprises (CIE).  This provocative yet readable book looks
  1850.  
  1851. into the assumptions, values, and ways of relating in the workplace that must change as companies move
  1852.  
  1853. beyond the “technology wall”  into the future.
  1854.  
  1855. 1990  clothbound  267 pages  55558-037-8  $29.95
  1856.  
  1857. Benefit from the practices of the best logistics managers.
  1858.  
  1859. LOGISTICAL EXCELLENCE
  1860.  
  1861. IT'S NOT BUSINESS
  1862.  
  1863. AS USUAL
  1864.  
  1865. Donald J. Bowersox,
  1866.  
  1867. Michigan State University
  1868.  
  1869. Patricia J. Daugherty, Cornelia L. Droge, Richard N. Germain, Dale S. Rogers
  1870.  
  1871. One of the nation's top authorities on logistics management presents a focused interpretation of research
  1872.  
  1873. findings to help managers improve logistical competency within their organizations.  Zeroing in on the
  1874.  
  1875. best practices of successful logistic managers - and well supported by statistical evidence - this handbook
  1876.  
  1877. provides a sequential model as well as extensive coverage of Elecronic Data Interchange in the logistics
  1878.  
  1879. process.  You'll find out why logistics must play an increasingly critical role in overall corporate strategy
  1880.  
  1881. in the coming years, and why its managers must learn to better manage change.  Special emphasis is placed
  1882.  
  1883. on the development of strategic alliances to increase corporate speed and quality.  Throughout the eight
  1884.  
  1885. chapters, an action-oriented case dialogue facilitates interest and ease of reading.
  1886.  
  1887. CONTENTS:  The Setting * Change is Everywhere * Logistics 1990's Style * Assessment * Moving the
  1888.  
  1889. Mountain * The Keys to Success * Developing Strategic Alliances * The Day After Success * Appendixes
  1890.  
  1891. 1992  clothbound  246 pages  55558-087-4  $29.95
  1892.  
  1893. Selecting and using software to tackle critical manufacturing problems.
  1894.  
  1895. SOLVING BUSINESS PROBLEMS WITH MRPII
  1896.  
  1897. Alan D. Luber,
  1898.  
  1899. Digital Equipment Corporation
  1900.  
  1901. Here's practical advice for managers on how to take advantage of an MRP II software system to plan and
  1902.  
  1903. monitor your manufacturing, marketing, finance, and engineering resources.  Each chapter focuses on a
  1904.  
  1905. specific problem - such as material shortages, high inventory, or poor quality - and explains possible
  1906.  
  1907. causes plus the solutions provided by MRP II packages.  Find out about the advantages and drawbacks of
  1908.  
  1909. MRP II (as well as other systems), how to evaluate features and select the right system, and how to use it
  1910.  
  1911. to solve pressing business problems.
  1912.  
  1913. CONTENTS:  The Material Shortages Problem * The Inventory Problem * The Quality Problem * The
  1914.  
  1915. Customer Service Problem * The Productivity Problem * The Cash Management Problem * Appendixes
  1916.  
  1917. 1991  clothbound  333 pages  55558-058-0  $35.95
  1918.  
  1919. With a Foreword by Ken Olsen.
  1920.  
  1921. DIGITAL AT WORK
  1922.  
  1923. SNAPSHOTS FROM THE FIRST THIRTY-FIVE YEARS
  1924.  
  1925. Edited by Jamie Parker Pearson, Digital Equipment Corporation
  1926.  
  1927. DIGITAL AT WORK tells the story of the first thirty-five years of Digital Equipment Corporation and
  1928.  
  1929. illuminates the origins of its unique culture.  First person accounts from past and present members of the
  1930.  
  1931. Digital community, industry associates, board members, and friends - plus a wealth of photos from
  1932.  
  1933. Digital's archives - trace the company's evolution from the 1950s to present.
  1934.  
  1935. "...It's worth reading for its historical data not only about Digital's computers but their predecessors, the
  1936.  
  1937. Whirlwind, the TX-O, and the TX-2, as well.  It serves as a first approach to the history of an important
  1938.  
  1939. computer firm, and even more, as a fine example of engineers and managers at work.  There are some good
  1940.  
  1941. stories here, well told."
  1942.  
  1943. - Steven Lubar, National Museum of American History, Smithsonian Institution
  1944.  
  1945. CONTENTS:  PART I. DIGITAL'S BEGINNINGS * Foundations of Interactive Computing * A Catalyst
  1946.  
  1947. for Invention: Working at MIT's Digital Computer Lab * A Distinguished Lineage: Interactive Computing
  1948.  
  1949. with the PDP-1 * PART II. MANAGING GROWTH * From the PDP to the VAX * Doing the Right
  1950.  
  1951. Thing: Engineering at Digital * Coping with Growth: Manufacutirng at Digital * Buying Faith: Sales and
  1952.  
  1953. Service at Digital * PART III. HOW DIGITAL WORKS * Networking * More Responsibility Than
  1954.  
  1955. Authority * The Digital Organization * Milestones in Digital's History * Who's Who * Glossary of
  1956.  
  1957. Computer Terminology
  1958.  
  1959. 1992  paperbound  212 pages  55558-092-0  $19.95
  1960.  
  1961. The official guide to the writing of technical information for users of Digital hardware and software
  1962.  
  1963. products.
  1964.  
  1965. THE DIGITAL STYLE GUIDE
  1966.  
  1967. Susan I. Schultz, Jennifer J. Darrow, Frank X. Kavanagh, and Marjorie J. Morse,
  1968.  
  1969. all of Digital Equipment Corporation
  1970.  
  1971. THE DIGITAL STYLE GUIDE is the official guide used by Digital and its third party partners to achieve
  1972.  
  1973. consistency in text and on-line use information - and is the first such guide to deal with the special issues
  1974.  
  1975. that arise in the creation of hardware and software computer documentation.  It is especially useful for
  1976.  
  1977. application developers and their support staffs - especially project managers, engineers, writers and editors
  1978.  
  1979. responsible for the preparation of technical user information for products that will be used in Digital
  1980.  
  1981. environments for Digital-supported multivendor environments.  The GUIDE provides such technical
  1982.  
  1983. communications with:
  1984.  
  1985. *       consistent guidelines for resolving common issues of style and usage
  1986.  
  1987. *       a unique word list that includes over 1700 symbols, terms, acronyms, and abbreviations unique to
  1988.  
  1989. Digital and multivendor environments
  1990.  
  1991. *       alphabetized style and word list sections - for quick
  1992.  
  1993.         look-up
  1994.  
  1995. *       a multiplatform approach that deals with many aspects of creating information for environments in
  1996.  
  1997. which other computers and operating systems are in use
  1998.  
  1999. 1993  paperbound  349 pages  55558-104-8  $24.95
  2000.  
  2001. PRODUCTION SOFTWARE THAT WORKS
  2002.  
  2003. a guide to the concurrent development of realtime manufacturing systems
  2004.  
  2005. John A. Behuniak and Iftikhar A. Ahmad,
  2006.  
  2007. Digital Equipment Corporation
  2008.  
  2009. Ann M. Courtright, CC&S Associates
  2010.  
  2011. This useful reference addresses the key tasks that are integral to realtime software development in
  2012.  
  2013. manufacturing plants: managing the design of the system, setting up and coordinating a development
  2014.  
  2015. organization, and implementing tools for successful completion and management. Whether you're a new or
  2016.  
  2017. experienced project manager, you'll discover useful advice and easy-to-follow procedures that help you cut
  2018.  
  2019. time and costs - and stay competitive.  You'll find out how to use concurrent methodologies to create
  2020.  
  2021. realtime systems in half the time it usually takes - resulting in systems that are more flexible, more
  2022.  
  2023. predictable, and far less costly than
  2024.  
  2025. systems developed sequentially.
  2026.  
  2027. 1992  paperbound  204 pages  55558-083-1  $24.95
  2028.  
  2029. Direct from Digital's Information Design and Consulting Group.
  2030.  
  2031. THE DIGITAL TECHNICAL DOCUMENTATION HANDBOOK
  2032.  
  2033. Susan I. Schultz, Jennifer J. Darrow, Frank X. Kavanagh, and Marjorie J. Morse, all of Digital Equipment
  2034.  
  2035. Corporation
  2036.  
  2037. THE DIGITAL TECHNICAL DOCUMENTATION HANDBOOK describes the process of developing and
  2038.  
  2039. producing technical user information at Digital Equipment Corporation.  It:
  2040.  
  2041. *       discusses techniques for making user information more effective
  2042.  
  2043. *       covers the draft and review process, the production and distribution of printed and electronic media,
  2044.  
  2045. archiving, indexing, testing for usability, and many other topics
  2046.  
  2047. *       provides quality assurance checklists, and contains a glossary and a bibliography of resources for
  2048.  
  2049. technical communicators
  2050.  
  2051. 1993  paperbound  319 pages  55558-103-X  $26.95
  2052.  
  2053. Bridges the transition from one operating system to another.
  2054.  
  2055. SOFTWARE IMPLEMENTATION TECHNIQUES
  2056.  
  2057. VMS, UNIX, OS, MS-DOS
  2058.  
  2059. Donald E. Merusi,
  2060.  
  2061. Pratt and Whitney Aircraft
  2062.  
  2063. Learn the in's and out's of four widely used operating systems - VMS, UNIX, OS/2, and MS-DOS -
  2064.  
  2065. with this all-inclusive guide.  Written by an experienced computer systems support specialist, it examines
  2066.  
  2067. scheduling, synchronization techniques, file management, memory management, and more - bridging the
  2068.  
  2069. transition from one operating system to another.  The book helps you design applications that run on one
  2070.  
  2071. or more of these systems or port existing applications to a new system.  You'll benefit from the many
  2072.  
  2073. examples - provided as building blocks to more elaborate implementations - as well as roadmaps that
  2074.  
  2075. review chapter contents, summaries, and reference lists for quick look-up of information.  A useful
  2076.  
  2077. collection of algorithmic techniques and coding samples make this a comprehensive handbook for any
  2078.  
  2079. programmer or software designer who wants to perform common functions among various operating
  2080.  
  2081. systems  in a multivendor environment.
  2082.  
  2083. 1992  paperbound  743 pages  55558-090-4  $39.95
  2084.  
  2085. Master the techniques.
  2086.  
  2087. THE ART OF TECHNICAL DOCUMENTATION
  2088.  
  2089. Katherine Haramundanis,
  2090.  
  2091. Digital Equipment Corporation
  2092.  
  2093. Technical writing is more like investigative reporting than like scientific writing, requiring practitioners to
  2094.  
  2095. gather information rapidly, identify audiences, and use creativity and problem-solving skills.  Find out from
  2096.  
  2097. an experienced technical documentation expert how to gather, dissect, and understand technical
  2098.  
  2099. information- and how to organize and present it for the reader.  Complete with illustrations, glossary, and
  2100.  
  2101. useful appendixes including resources as well as international documentation standards, the book covers
  2102.  
  2103. planning and process, research techniques, use of graphics, audience analysis, the role of standards, and
  2104.  
  2105. careers.
  2106.  
  2107. CONTENTS:  Technical Documentation Defined *  A Career in Technical Documentation * Precepts of
  2108.  
  2109. Technical Documentation *  Techniques for Developing Technical Documentation *  Graphics in Technical
  2110.  
  2111. Documentation *  Information Presentation in Technical Documentation *  Tools *  Computer Hardware *
  2112.  
  2113. Appendixes * Glossary
  2114.  
  2115. 1992  paperbound  267 pages  55558-080-7  $28.95
  2116.  
  2117. Benefit from Digital's secrets for overseas success.
  2118.  
  2119. DIGITAL GUIDE TO DEVELOPING INTERNATIONAL SOFTWARE
  2120.  
  2121. Corporate User Information Products Group
  2122.  
  2123. Digital Equipment Corporation
  2124.  
  2125. Already in use by hundreds of independent vendors and developers, here at your fingertips are the
  2126.  
  2127. groundbreaking packaging and design guidelines that Digital recommends and uses for products headed
  2128.  
  2129. overseas.  With examples throughout - from code fragments to large applications - this volume
  2130.  
  2131. provides:
  2132.  
  2133. *       A plan for separating the core functions of a product from those that must be modified for
  2134.  
  2135. international use
  2136.  
  2137. *       Special considerations for multibyte Asian languages or for environments where interfaces must
  2138.  
  2139. accept input in several languages simultaneously
  2140.  
  2141. *       Guidelines for developers working in DECwindows, VMS, and the ULTRIX environments
  2142.  
  2143. *       Thirteen appendixes on the major language markets around the world
  2144.  
  2145. 1991  paperbound  381 pages  55558-063-7  $28.95
  2146.  
  2147. A market "first."
  2148.  
  2149. DEVELOPING INTERNATIONAL USER INFORMATION
  2150.  
  2151. Scott Jones, Cynthia Kennelly, Claudia Mueller, Marcia Sweezey, Bill Thomas, and Lydia Velez,
  2152.  
  2153. For hi-tech companies operating in today's global economy, here is an indispensable guide that can help
  2154.  
  2155. you reduce the expense and time demanded for translating your user information.  This unique book
  2156.  
  2157. introduces you to Digital's success-proven methods for creating and packaging written, visual, and verbal
  2158.  
  2159. user information that can be easily understood outside its country of origin and readily translated into other
  2160.  
  2161. languages.  Find out how to adapt the writing and organizational practices of an industry leader to speed
  2162.  
  2163. your own process along.
  2164.  
  2165. CONTENTS:  What Is International User Information? * Digital's International Product Model * Planning
  2166.  
  2167. for Localization * Designing International User Information * Writing International User Information *
  2168.  
  2169. Illustrating International User Information * Developing International Voice Communication Products *
  2170.  
  2171. Developing International Training Materials * Packaging International User Information * Appendixes
  2172.  
  2173. 1992  paperbound  214 pages  55558-084-X  $24.95
  2174.  
  2175. A valuable model for your own company.
  2176.  
  2177. THE DIGITAL GUIDE TO SOFTWARE DEVELOPMENT
  2178.  
  2179. Corporate User Information Products Group
  2180.  
  2181. Digital Equipment Corporation
  2182.  
  2183. Here is the first published description of the processes and practices, tools, and methods this industry giant
  2184.  
  2185. uses to develop its software products.  This “shirt-sleeves” guide is packed with diagrams and tables that
  2186.  
  2187. illustrate each step in the complex software development process.  You'll learn all about Digital's standard
  2188.  
  2189. “phase review process,” the role of teams and their leaders, how computer-assisted software engineering
  2190.  
  2191. tools (CASE) work, and how to control a project while improving productivity and product quality.
  2192.  
  2193. 1989  paperbound  239 pages  55558-035-1  $27.95
  2194.  
  2195. Enhance your hardware/software reliability.
  2196.  
  2197. RELIABLE COMPUTER SYSTEMS
  2198.  
  2199. DESIGN AND EVALUATION
  2200.  
  2201. SECOND EDITION
  2202.  
  2203. Daniel P. Siewiorek,
  2204.  
  2205. Carnegie-Mellon University
  2206.  
  2207. Robert S. Swarz,
  2208.  
  2209. The MITRE Corporation
  2210.  
  2211. Enhancement of system reliability has been a major concern of computer users and designers - and this
  2212.  
  2213. major revision of the 1982 classic meets users' continuing need for practical information on this pressing
  2214.  
  2215. topic.  Included are case studies of reliable systems from manufacturers such as Tandem, Stratus, IBM, and
  2216.  
  2217. Digital, as well as coverage of special systems such as the Galileo Orbiter fault protection system and
  2218.  
  2219. AT&T telephone switching processors.  With over 480 technical diagrams, the book also covers:
  2220.  
  2221. *       Existing fault-avoidance, fault-detection, and redundancy techniques
  2222.  
  2223. *       In-depth analytical evaluations of compare and contrast techniques
  2224.  
  2225. *       Current software techniques plus detailed descriptions of hardware features
  2226.  
  2227. *       Examples illustrating application of testing methods and evaluation criteria
  2228.  
  2229. CONTENTS:  Fundamental Concepts * Faults and their Manifestations * Reliability and Availability
  2230.  
  2231. Techniques * Maintainability and Testing Techniques * Evaluation Criteria * Financial Considerations *
  2232.  
  2233. General Purpose Computing (VAX, IBM) * High-Availability Systems (AT&T, Tandem, Stratus) * Long
  2234.  
  2235. Life Systems (Galileo) * Critical Computations (C.vmp, SIFT) * VAXft Series * Appendixes
  2236.  
  2237. 1992  clothbound  908 pages  55558-075-0  $64.95
  2238.  
  2239. A working guide that helps you look at your system from the end-user's viewpoint.
  2240.  
  2241. THE HUMAN FACTOR
  2242.  
  2243. DESIGNING COMPUTER SYSTEMS FOR PEOPLE
  2244.  
  2245. Richard Rubinstein and Harry M. Hersh,
  2246.  
  2247. both of Digital Equipment Corporation
  2248.  
  2249. This practical guide and accompanying audiotape explain over 90 guidelines and considerations for
  2250.  
  2251. designing, installing, and implementing systems that focus on human needs.  You'll discover unique
  2252.  
  2253. approaches to human-computer interactions, backed up by pertinent research and realistic examples to
  2254.  
  2255. illustrate the points.  The one-hour audiotape features in-depth interviews with the authors, who emphasize
  2256.  
  2257. the human approach and offer you dynamic new ideas for building successful systems.
  2258.  
  2259. BOOK: 1984  paperbound  249 pages  932376-44-5  $29.95
  2260.  
  2261. TAPE:  1987  60 minutes  932376-44-6  $12.95
  2262.  
  2263. BOOK & TAPE:  932376-44-4  $39.95
  2264.  
  2265. Beyond its medical origins…
  2266.  
  2267. ABCs of MUMPS
  2268.  
  2269. An Introduction for Novice and Intermediate Programmers
  2270.  
  2271. Richard F. Walters,
  2272.  
  2273. University of California, Davis
  2274.  
  2275. This book will help programmers who want to take advantage of MUMPS and its unique features as a
  2276.  
  2277. database management tool in business and academic environments.  You'll move logically through from an
  2278.  
  2279. introduction to programming, to a presentation of MUMPS as a programming language which is both
  2280.  
  2281. interpretive and a shared database manager.  Elements of the language, such as data types, syntax, command,
  2282.  
  2283. and program creation, are covered in depth.  With numerous practical examples and exercises including
  2284.  
  2285. answers.
  2286.  
  2287. 1989  paperbound  303 pages  55558-017-3  $27.95
  2288.  
  2289. A complete overview of the Power PC processor - with information on the instruction set and examples
  2290.  
  2291. of how to program it.
  2292.  
  2293. THE POWER PC
  2294.  
  2295. A PRACTICAL COMPANION
  2296.  
  2297. Steve Heath
  2298.  
  2299. The first new PCs from the joint IBM/Apple venture are about to appear.  Using the new Power PC RISC
  2300.  
  2301. microprocessor designed by IBM, Motorola, and Apple, these new PCs will enable Apple Mac software to
  2302.  
  2303. run on IBM PCs and vice versa.  This book is a practical guide to the new microprocessor.  It will be a
  2304.  
  2305. valuable reference to engineers programming the new IBM and Apple PCs and to students and hobbyists
  2306.  
  2307. with an interest in what is going on inside the computer.
  2308.  
  2309. CONTENTS
  2310.  
  2311. Programming Model * Addressing Modes * Instruction Set * Memory Model * Branches and Program Flow
  2312.  
  2313. Changes * Multiple Instruction Issues * Exception Processing * Hardware Interface * Family Descriptions
  2314.  
  2315. MC98601, MC98603 MC98610, and MC98620 * Instruction Set Detailed Description * The Macintosh
  2316.  
  2317. Compatibility Module * 68000 and 88000 to Power PC Equivalent Instruction Set Chart * Hexadecimal to
  2318.  
  2319. Decimal Conversion Table * Hexadecimal to OpCode Conversion Table Op Code to Hexadecimal Chart
  2320.  
  2321. March, 1994  paperbound  350 pages
  2322.  
  2323. 7506-1801-9  $24.95
  2324.  
  2325. Covers advanced window types and window management.
  2326.  
  2327. WINDOWS
  2328.  
  2329. ADVANCED PROGRAMMING
  2330.  
  2331. AND DESIGN
  2332.  
  2333. Peter Morris
  2334.  
  2335. Anyone who is serious about Windows programming and requires a book that contains practical examples
  2336.  
  2337. and applications will want this book.  The WINDOWS ADVANCED PROGRAMMING AND DESIGN
  2338.  
  2339. GUIDE provides plenty to stimulate the mind.  Its an advanced look at Windows (both architectural and API
  2340.  
  2341. levels) that provides many of those long sought after answers.  Topics covered include advanced dialog
  2342.  
  2343. techniques and the dialog manager, genuine custom control building, advanced dynamic link library theory
  2344.  
  2345. and practice, super/sub-classing and hooks, and much, much more.
  2346.  
  2347. CONTENTS
  2348.  
  2349. Introduction * The Shell * The Return of the Shell * Dialog Boxes * Cleaning Windows * Controls * DLLs *
  2350.  
  2351. Debugging * Misc * Appendices * Index
  2352.  
  2353. 1993  paperbound  900 pages
  2354.  
  2355. 7506-0636-3  $39.95
  2356.  
  2357. Practical emphasis and examples - using C++, Turbo Pascal and Visual Basic to demonstrate OOP
  2358.  
  2359. principles.
  2360.  
  2361. OBJECT ORIENTED PROGRAMMING UNDER WINDOWS
  2362.  
  2363. A PRACTICAL HANDBOOK
  2364.  
  2365. Stephen Morris
  2366.  
  2367. Unlike most books on the subject, OBJECT ORIENTED PROGRAMMING UNDER WINDOWS uses
  2368.  
  2369. practical examples to show how OOP techniques can be applied in the real world, with particular emphasis
  2370.  
  2371. on programming under Windows.  This timely book will appeal to anyone intending to write programs and
  2372.  
  2373. experienced programmers who are planning to move from structured methods to OOP methods.
  2374.  
  2375. CONTENTS
  2376.  
  2377. Introduction to OOP * Programming Languages * Windows * Menus * Scroll Bars * Controls * Mouse and
  2378.  
  2379. Keyboards * Screen Printing * Memory Management * The Clipboard * Icons * Bitmaps and Datafiles *
  2380.  
  2381. Sound and Timers * Disk File Access * Using Text * Help Files * Dynamic Link Libraries * Dynamic Data
  2382.  
  2383. Exchange * Multiple Document Interface
  2384.  
  2385. April, 1994  paperbound  350 pages
  2386.  
  2387. 7506-1792-6  $29.95
  2388.  
  2389. At a practical level for experienced programmers - with an emphasis on actual problems and solutions.
  2390.  
  2391. STRUCTURED PROGRAM DESIGN
  2392.  
  2393. A DESIGNER'S HANDBOOK
  2394.  
  2395. David Nicol
  2396.  
  2397. This book for the experienced software programmer presents a rigorous methodology, based on Jackson
  2398.  
  2399. Structured Design (JSD), and clearly demonstrates how it can be applied to a wide variety of data processing
  2400.  
  2401. problems.  With a clear emphasis on the invaluable distinction between the software life cycle,
  2402.  
  2403. STRUCTURED PROGRAM DESIGN will suit programmers striving to become competent software
  2404.  
  2405. designers.
  2406.  
  2407. CONTENTS
  2408.  
  2409. Introduction * Steps of the Structured Method * System Diagram Networks Data Streams and their
  2410.  
  2411. Deviation * Essential Principles * Notation and its Uses * Data Structures * Database Structures *
  2412.  
  2413. Commonality and Design Optimization * Correspondence * Iteration in the Design Process * Program
  2414.  
  2415. Structure Diagrams * Operations * Structure Text * Implementation (1) * Collating * Recognition
  2416.  
  2417. Difficulties and Backtracking * Errors and Invalidity * Ordering Clashes and Inversion * Interleaving Clashes
  2418.  
  2419. * Implementation (2)
  2420.  
  2421. April, 1994  paperbound  256 pages
  2422.  
  2423. 7506-1759-4  $29.95
  2424.  
  2425. A comprehensive, hands-on guide to Windows NT (New Technology)
  2426.  
  2427. WINDOWS NT
  2428.  
  2429. A PRACTICAL GUIDE
  2430.  
  2431. Arthur Tennick
  2432.  
  2433. This book provides a practical introduction that will enable the user to become proficient in actually using
  2434.  
  2435. Windows NT.  It starts from basic principles for the beginner and leads effortlessly into areas of interest to
  2436.  
  2437. the power user and system administrator.  Almost every aspect of Windows NT is explained in practical,
  2438.  
  2439. concise text.  End users will find it useful in learning how to work with Windows and accessories.  Power
  2440.  
  2441. users will learn the ins and outs of Control panel, OLE, and workgroups.  Administrators can come to grips
  2442.  
  2443. with User Manager and Event Viewer.
  2444.  
  2445. CONTENTS
  2446.  
  2447. Background * Hardware Requirements * Installation of NT * Installation of Hardware and Drivers * NT Help *
  2448.  
  2449. Program Manager * File Manager * Print Manager * Mail * Schedule * Control Panel * NT Command
  2450.  
  2451. Prompt * OLE and Multimedia * Troubleshooting NT
  2452.  
  2453. April, 1994  paperbound  350 pages
  2454.  
  2455. 7506-0852-8  $24.95
  2456.  
  2457. Explains how viruses function and how to combat them, and evaluates leading anti-virus software
  2458.  
  2459. DR. SOLOMON'S
  2460.  
  2461. PC ANTI-VIRUS BOOK
  2462.  
  2463. Tim Kay
  2464.  
  2465. Alan Solomon
  2466.  
  2467. The number of PC viruses is now in the range of 2500.  How does the average PC user or major company
  2468.  
  2469. prevent massive data loss from virus attack?  This comprehensive guide to PC viruses provides the answers
  2470.  
  2471. and gives solid advice on preventative measures.  It sets out to explain how PC viruses work and how to
  2472.  
  2473. guard against a viral attack.  And for the user unlucky enough to come across an infected PC, there is ample
  2474.  
  2475. coverage of the steps to take in combating such a dilemma.  Leading anti-virus software is exhaustively
  2476.  
  2477. evaluated.
  2478.  
  2479. CONTENTS
  2480.  
  2481. Glossary * History of the PC Virus * Anti-Virus Software * Review of Commercial AVs * Anti-Virus
  2482.  
  2483. Procedures * Virus Clean-up Procedures * Virus Quick Reference Chart * Specific Viruses
  2484.  
  2485. 1994  paperbound  304 pages
  2486.  
  2487. 7506-1614-8  $24.95
  2488.  
  2489. Practical information for understanding the basic technology of PC networks.
  2490.  
  2491. EFFECTIVE PC NETWORKING
  2492.  
  2493. Steve Heath
  2494.  
  2495. With networks frequently seen as a panacea for most office automation problems, it is essential to
  2496.  
  2497. understand the basic technology used within such systems and its limitations and advantages.  EFFECTIVE
  2498.  
  2499. PC NETWORKING describes this technology used within most PC networks and gives a lot of practical
  2500.  
  2501. advice on how to avoid the problems and pitfalls.
  2502.  
  2503. CONTENTS
  2504.  
  2505. Preface * Acknowledgments * Why Network? * Network Hardware * Network Software * Ethernet * Token
  2506.  
  2507. Ring * Token Bus and Other Systems * Other Connections * Planning a Network * Using Networks *
  2508.  
  2509. Network Management * Common Faults * Configuring IBM PCs * Index
  2510.  
  2511. 1993  paperbound  256 pages
  2512.  
  2513. 7506-1136-7  $32.95
  2514.  
  2515. Provides numerous tips to boost productivity -
  2516.  
  2517. valuable to DOS users as well.
  2518.  
  2519. GETTING THE JOB DONE WITH WORDPERFECT FOR WINDOWS
  2520.  
  2521. Andrew-Glyn Smail
  2522.  
  2523. The majority of books written on WordPerfect focus on the program rather than on your work; on the tool
  2524.  
  2525. rather than the job.  GETTING THE JOB DONE WITH WORDPERFECT FOR WINDOWS is for the
  2526.  
  2527. user whose job is to produce office documents in a business or other professional environment and is
  2528.  
  2529. already familiar with the basis of word processing.  It explains program functions within the context of
  2530.  
  2531. recognizable tasks and jobs, such as the creation of memos and letters.  It is based on Windows 3.1 and
  2532.  
  2533. WordPerfect for Windows but DOS users of WordPerfect will also find this book a valuable source.
  2534.  
  2535. CONTENTS
  2536.  
  2537. ACKNOWLEDGMENTS * PART I. THE BIG PICTURE * Picture * The Four Ps * Setting Up Shop *
  2538.  
  2539. PART 2. THE TASKS * Basic Tasks * Data Exchange * Automating the Works * PART 3. THE JOBS *
  2540.  
  2541. Common Office Jobs * Mailshots * Reports * Glossary * Index
  2542.  
  2543. 1993  paperbound  443 pages
  2544.  
  2545. 7506-0541-3  $39.95
  2546.  
  2547. Practical help for learning the basics of - and becoming proficient in - UNIX.
  2548.  
  2549. UNIX BY EXAMPLE
  2550.  
  2551. THE EASY WAY TO LEARN UNIX
  2552.  
  2553. P.K. McBride
  2554.  
  2555. This book teaches the student and new business user of UNIX the concepts and use of commands by fully
  2556.  
  2557. worked practical examples.  By working through these examples, the reader will gain the understanding and
  2558.  
  2559. confidence needed to become a proficient UNIX user.  No previous UNIX experience or any computer
  2560.  
  2561. system is required to make full use of this book.
  2562.  
  2563. CONTENTS
  2564.  
  2565. Introduction * You and UNIX * An Hour with UNIX * Editing Text with vi * Exploring Directories * File
  2566.  
  2567. Management * Working with the System * Working with Others * Help! * The Bourne Shell * The C Shell *
  2568.  
  2569. Finding Files * Text File Processing * Data File Processing * File Maintenance * Miscellaneous Utilities *
  2570.  
  2571. Shell Programming * Quick Reference * Index
  2572.  
  2573. 1993  paperbound  240 pages
  2574.  
  2575. 7506-0637-1  $27.50
  2576.  
  2577. In-depth information on the programming languages of
  2578.  
  2579. HyperCard and Plus.
  2580.  
  2581. HYPERTALK AND HYPERTEXT
  2582.  
  2583. PROGRAMMING THE GRAPHIC INTERFACE IN THE MACINTOSH AND WINDOWS
  2584.  
  2585. ENVIRONMENT WITH HYPERCARD 2 PLUS
  2586.  
  2587. Tony Stanley
  2588.  
  2589. This book provides in-depth information on HyperTalk and PPL, the programming languages of HyperCard
  2590.  
  2591. and Plus.  In addition to the possibility of creating applications that can be used without modification with
  2592.  
  2593. Windows 3 on IBM compatibles and on the Macintosh, the approach followed makes it possible to explore
  2594.  
  2595. the basics of object-oriented programming in graphical environments and is well suited to act as an
  2596.  
  2597. introduction to the graphical environment for programmers skilled in languages such as Pascal or C.
  2598.  
  2599. CONTENTS
  2600.  
  2601. Introduction * Dumb Waiters * Containers and Operators * Objects and their Properties * Friendliness *
  2602.  
  2603. Control Structures * Ideas for HyperText * Dealing with Text * Messages, Commands and Functions *
  2604.  
  2605. Public Relations * With and Without HyperCard * Structures and Strategies * Menus, Windows and Sounds
  2606.  
  2607. * Conclusion * Glossary * Appendix: ASII Codes * Index
  2608.  
  2609. 1992  paperbound  475 pages
  2610.  
  2611. 7506-0500-6  $49.95
  2612.  
  2613.  For quality practitioners in all types of organizations - addresses each requirement of each clause.
  2614.  
  2615. ISO 9000 QUALITY SYSTEMS HANDBOOK
  2616.  
  2617. David Hoyle
  2618.  
  2619. Written with the busy manager in mind, the ISO 9000 QUALITY SYSTEMS HANDBOOK is a manual
  2620.  
  2621. for those managing, designing, implementing, auditing, or assessing quality systems that aim to meet the
  2622.  
  2623. Standard.  In this book the mysteries of how to become and remain accredited to the quality system standard
  2624.  
  2625. are solved.  The approach taken is appropriate for quality practitioners of all types in any organization.
  2626.  
  2627. Unlike other guides, this book addresses each individual requirement of each clause.  One by one the
  2628.  
  2629. purpose of the requirements is explained, and guidance in meeting them is offered.
  2630.  
  2631. CONTENTS
  2632.  
  2633. Preparing for ISO 9000 Registration * Satisfying ISO 9000 Requirements * Management Responsibility *
  2634.  
  2635. Quality System * Contract Review * Design Control * Document Control * Purchasing * Purchaser Supplied
  2636.  
  2637. Product * Product Identification and Traceability * Process Control * Inspection and Testing * Inspection,
  2638.  
  2639. Measuring and Test Equipment * Inspection and Test Status * Control of Nonconforming Product *
  2640.  
  2641. Corrective Action * Handling, Storage, Packaging, and Delivery * Quality Records * Internal Quality Audits
  2642.  
  2643. * Training * Servicing * Statistical Techniques * Glossary of Terms * Procedures Required by ISO 9000 *
  2644.  
  2645. Bibliography * Index of Related Standards * Relationship of Clauses
  2646.  
  2647. 1994  paperbound  420 pages
  2648.  
  2649. 7506-1690-3  $29.95
  2650.  
  2651. Covers a wide range of knowledge processing technologies - case studies illustrate practical commercial
  2652.  
  2653. application.
  2654.  
  2655. KNOWLEDGE PROCESSING AND APPLIED ARTIFICIAL INTELLIGENCE
  2656.  
  2657. Soumitra Dutta
  2658.  
  2659. This practical book provides an explanation of AI concepts and techniques.  It shows students how they can
  2660.  
  2661. solve business problems with AI technologies, and analyze the strategic impact of AI technology on
  2662.  
  2663. organizations.
  2664.  
  2665. CONTENTS
  2666.  
  2667. Knowledge Acquisition and Knowledge Representation * Inference Techniques and Architectures * Man-
  2668.  
  2669. machine Interfaces * Reasoning with Uncertainty and Imprecision * Machine Learning * Neutral Networks
  2670.  
  2671. and Parallel Models of Intelligence * Software Engineering of AI Systems * Strategic Impact on
  2672.  
  2673. Organizations * The AI Market
  2674.  
  2675. 1993  paperbound  352 pages
  2676.  
  2677. 7506-1612-1  $34.95
  2678.  
  2679. AUTHOR/TITLE INDEX
  2680.  
  2681. Anagnostopoulos * VAX/VMS: Writing Real
  2682.  
  2683. Programs in DCL 6
  2684.  
  2685. Arms * Campus Strategies for Libraries and
  2686.  
  2687. Electronic Information. 11
  2688.  
  2689. Asente/Swick * X Window System Toolkit  14
  2690.  
  2691. Behuniak et al. * Production Software That Works        18
  2692.  
  2693. Bourne * UNIX for VMS Users     5
  2694.  
  2695. Bowersox et al. * Logistical Excellence 17
  2696.  
  2697. Brain * Motif Programming       14
  2698.  
  2699. Brunner * VAX Architecture Reference Manual,
  2700.  
  2701. 2nd ed. 8
  2702.  
  2703. Champine * MIT Project Athena   12
  2704.  
  2705. da Cruz * Kermit        10
  2706.  
  2707. da Cruz & Gianone * Using C-Kermit      9
  2708.  
  2709. Darnton & Giacoletto * Information in the Enterprise    16
  2710.  
  2711. Davis * VaxCluster Principles   4
  2712.  
  2713. de Klerk * Writing VAX/VMS Applications
  2714.  
  2715. Using Pascal    7
  2716.  
  2717. Digital * Digital Dictionary, 2nd ed.   6
  2718.  
  2719. Digital * Digital Guide to Developing International Software    19
  2720.  
  2721. Digital * Digital Guide to Software Development 19
  2722.  
  2723. Dutta * Knowledge Processing and Applied Artificial Intelligence        22
  2724.  
  2725. Gianone * Using MS-DOS Kermit, 2nd ed.   10
  2726.  
  2727. Goldenberg & Kenah * VAX/VMS Internals and
  2728.  
  2729. Data Structures 8
  2730.  
  2731. Goldenberg & Saravanan * OpenVMS AXP Internals and Data Structures      2
  2732.  
  2733. Goldenberg & Saravanan * VMS for Alpha Platforms        Internals and Data Structures   6
  2734.  
  2735. Grenier & Metes * Enterprise Networking 16
  2736.  
  2737. Haramundanis * Art of Technical Documentation   19
  2738.  
  2739. Heath * Effective PC Networking 23
  2740.  
  2741. Heath * The Power PC    22
  2742.  
  2743. Hobbs & England * Digital's CDD/Repository      4
  2744.  
  2745. Hobbs & England * Rdb/VMS       6
  2746.  
  2747. Hoyle * ISO 9000 Quality Systems Handbook       24
  2748.  
  2749. Israel & Fortune * X Window System Server       13
  2750.  
  2751. Jones et al. * Developing International User
  2752.  
  2753. Information     19
  2754.  
  2755. Kay & Solomon * Dr. Solomon's PC Anti-Virus Book        21
  2756.  
  2757. Kelly * Practical Knowledge Engineering 15
  2758.  
  2759. LaQuey * User's Directory of Computer Networks  11
  2760.  
  2761. Lawless & Miller * Understanding CLOS   15
  2762.  
  2763. Laverdure et al * NAS Architecture Reference Manual     10
  2764.  
  2765. Levy & Eckhouse * Computer Prog. and Architecture, 2nd ed.      8
  2766.  
  2767. Luber * Solving Business Problems with MRP II   17
  2768.  
  2769. Martin & Leben * DECnet Phase V 11
  2770.  
  2771. Martin & Leben * NAS    9
  2772.  
  2773. McBride * UNIX by Example       24
  2774.  
  2775. McCoy * VMS File System Internals       8
  2776.  
  2777. McNamara * Technical Aspects of Data Communi-
  2778.  
  2779. cation, 3rd ed. 12
  2780.  
  2781. McNamara * Local Area Networks  12
  2782.  
  2783. Merusi * Software Implementation Techniques     18
  2784.  
  2785. Michael et al * FDDI    11
  2786.  
  2787. Miller * VAX/VMS Operating System Concepts      7
  2788.  
  2789. Moore & Sawey * BITNET for VMS Users    10
  2790.  
  2791. Morris * Object Oriented Programming Under
  2792.  
  2793. Windows 23
  2794.  
  2795. Morris * Windows        21
  2796.  
  2797. Nicol * Structured Program Design       23
  2798.  
  2799. Pearson * Digital at Work       17
  2800.  
  2801. Peters & Holmay * VMS User's Guide      7
  2802.  
  2803. Quarterman * Matrix     12
  2804.  
  2805. Redmond * ALL-IN-1: Managing and Programming
  2806.  
  2807. V3.0    5
  2808.  
  2809. Redmond * ALL-IN-1: A Technical Odyssey 5
  2810.  
  2811. Redmond * Working with TeamLinks        9
  2812.  
  2813. Rhoton * ALL-IN-1: Integrating Applications in V3.0     5
  2814.  
  2815. Rost * X and Motif Quick Reference Guide, 2nd ed.       13
  2816.  
  2817. Rubinstein & Hersh * Human Factor       20
  2818.  
  2819. Savage * Fifth Generation Management    16
  2820.  
  2821. Sawey & Stokes * Beginner's Guide to VAX/VMS Utilities and Applications, 2nd ed.        7
  2822.  
  2823. Scheifler et al. * X Window System, 3rd ed.     14
  2824.  
  2825. Schultz et al * The Digital Style Guide 18
  2826.  
  2827. Schultz et al * The Digital Technical Documentation Handbook    18
  2828.  
  2829. Sherlock * Using DecWindows Motif for OpenVMS   13
  2830.  
  2831. Siewiorek & Swarz * Reliable Computer Systems,
  2832.  
  2833. 2nd ed. 20
  2834.  
  2835. Sites * Alpha Architecture Reference Manual     4
  2836.  
  2837. Smail * Getting the Job Done with WordPerfect for Windows       22
  2838.  
  2839. Stanley * HyperTalk and HyperText       24
  2840.  
  2841. Steele * Common Lisp, 2nd ed.   15
  2842.  
  2843. Tennick * Windows NT    21
  2844.  
  2845. Walters * ABCs of MUMPS 20
  2846.  
  2847. TITLE/AUTHOR INDEX
  2848.  
  2849. ABCs of MUMPS * Walters 20
  2850.  
  2851. ALL-IN-1: Managing and Programming in V3.0 * Redmond    5
  2852.  
  2853. ALL-IN-1: A Technical Odyssey * Redmond 5
  2854.  
  2855. ALL-IN-1: Integrating Applications in V3.0 * Rhoton     5
  2856.  
  2857. Alpha Architecture Reference Manual * Sites     4
  2858.  
  2859. Art of Technical Documentation * Haramundanis   19
  2860.  
  2861. Beginner's Guide to VAX/VMS Utilities and
  2862.  
  2863. Applications, 2nd ed. * Sawey & Stokes  7
  2864.  
  2865. BITNET for VMS Users * Moore & Sawey    10
  2866.  
  2867. Campus Strategies for Libraries and Electronic Information * Arms       11
  2868.  
  2869. Common Lisp, 2nd ed. * Steele   15
  2870.  
  2871. Computer Programming and Architecture, 2nd ed. * Levy & Eckhouse        8
  2872.  
  2873. DECnet Phase V * Martin & Leben 11
  2874.  
  2875. Developing International User Information *
  2876.  
  2877. Jones et al.    19
  2878.  
  2879. Digital at Work * Pearson       17
  2880.  
  2881. Digital Dictionary, 2nd ed. * Digital   6
  2882.  
  2883. Digital Guide to Developing International Software * Digital    19
  2884.  
  2885. Digital Guide to Software Development * Digital 19
  2886.  
  2887. The Digital Style Guide * Schultz et al 18
  2888.  
  2889. The Digital Technical Documentation Handbook *
  2890.  
  2891. Schultz et al   18
  2892.  
  2893. Digital's CDD/Repository * Hobbs & England      4
  2894.  
  2895. Dr. Solomon's PC Anti-Virus Book * Kay & Solomon        21
  2896.  
  2897. Effective PC Networking * Heath 23
  2898.  
  2899. Enterprise Networking * Grenier & Metes 16
  2900.  
  2901. FDDI * Michael et al    11
  2902.  
  2903. Fifth Generation Management * Savage    16
  2904.  
  2905. Getting the Job Done with WordPerfect for Windows * Smail       22
  2906.  
  2907. Human Factor * Rubinstein & Hersh       20
  2908.  
  2909. HyperTalk and HyperText * Stanley       24
  2910.  
  2911. Information in the Enterprise * Darnton & Giacoletto    16
  2912.  
  2913. ISO 9000 Quality Systems Handbook * Hoyle       24
  2914.  
  2915. Kermit * da Cruz        10
  2916.  
  2917. Knowledge Processing and Applied Artificial
  2918.  
  2919. Intelligence * Dutta    22
  2920.  
  2921. Local Area Networks * McNamara  12
  2922.  
  2923. Logistical Excellence * Bowersox et al. 17
  2924.  
  2925. Matrix * Quarterman     12
  2926.  
  2927. MIT Project Athena  * Champine  12
  2928.  
  2929. Motif Programming * Brain       14
  2930.  
  2931. NAS * Martin & Leben    9
  2932.  
  2933. NAS Architecture Reference Manual * Laverdure et al     10
  2934.  
  2935. Object Oriented Programming Under Windows *
  2936.  
  2937. Morris  23
  2938.  
  2939. OpenVMS AXP Internals and Data Structures  * Goldenberg & Saravanan     2
  2940.  
  2941. The Power PC * Heath    22
  2942.  
  2943. Practical Knowledge Engineering * Kelly 15
  2944.  
  2945. Production Software That Works * Behuniak et al.        18
  2946.  
  2947. Rdb/VMS * Hobbs & England       6
  2948.  
  2949. Reliable Computer Systems, 2nd ed. * Siewiorek
  2950.  
  2951. & Swarz 20
  2952.  
  2953. Software Implementation Techniques * Merusi     18
  2954.  
  2955. Solving Business Problems with MRP II * Luber   17
  2956.  
  2957. Structured Program Design * Nicol       23
  2958.  
  2959. Technical Aspects of Data Communication, 3rd ed. * McNamara     12
  2960.  
  2961. Understanding CLOS * Lawless & Miller   15
  2962.  
  2963. UNIX by Example * McBride       24
  2964.  
  2965. UNIX for VMS Users * Bourne     5
  2966.  
  2967. User's Directory of Computer Networks * LaQuey  11
  2968.  
  2969. Using MS-DOS Kermit, 2nd ed. * Gianone  10
  2970.  
  2971. Using C-Kermit * da Cruz & Gianone      9
  2972.  
  2973. Using DecWindows Motif for OpenVMS * Sherlock   13
  2974.  
  2975. VAX Architecture Reference Manual, 2nd ed. *
  2976.  
  2977. Brunner 8
  2978.  
  2979. VaxCluster Principles * Davis   4
  2980.  
  2981. VAX/VMS Internals and Data Structures *
  2982.  
  2983. Goldenberg & Kenah      8
  2984.  
  2985. VAX/VMS Operating System Concepts * Miller      7
  2986.  
  2987. VAX/VMS: Writing Real Programs in DCL * Anagnostopoulos 6
  2988.  
  2989. VMS File System Internals * McCoy       8
  2990.  
  2991. VMS for Alpha Platforms Internals and Data
  2992.  
  2993. Structures * Goldenberg & Saravanan     6
  2994.  
  2995. VMS User's Guide * Peters & Holmay      7
  2996.  
  2997. Windows NT * Tennick    21
  2998.  
  2999. Working with Teamlinks * Redmond        9
  3000.  
  3001. Writing VAX/VMS Applications Using Pascal *
  3002.  
  3003. de Klerk        7
  3004.  
  3005. X and Motif Quick Reference Guide, 2nd ed. * Rost       13
  3006.  
  3007. X Window System Server * Israel & Fortune       13
  3008.  
  3009. X Window System, 3rd ed. * Scheifler et al.     14
  3010.  
  3011. X Window System Toolkit * Asente & Swick        2
  3012.  
  3013. ORDER FORM
  3014.  
  3015. Digital Press
  3016.  
  3017. HOW TO ORDER
  3018.  
  3019. DIGITAL PRESS BOOKS
  3020.  
  3021. By phone:
  3022.  
  3023.         Toll-FREE 800-366-BOOK (2665)
  3024.  
  3025.         (8:30 AM to 7:30 PM, ET)
  3026.  
  3027. By fax:
  3028.  
  3029.         617-438-1479    Beginning May 9, 1994
  3030.  
  3031.         (24 hours a day)        617-933-6333
  3032.  
  3033. By mail:
  3034.  
  3035.         Digital Press   Beginning May 9, 1994
  3036.  
  3037.         80 Montvale Ave.        225 Wildwood St.
  3038.  
  3039.         Stoneham, MA 02180      Woburn, MA 01801
  3040.  
  3041. CUSTOMER CONTACT
  3042.  
  3043. Name
  3044.  
  3045. Phone
  3046.  
  3047. BILL TO:
  3048.  
  3049. Company
  3050.  
  3051. Dept/Attn
  3052.  
  3053. Street
  3054.  
  3055. City/State/Zip
  3056.  
  3057. * Free shipping/handling on all orders of two or more books. Just tell the operator your catalog number
  3058.  
  3059. (see below).
  3060.  
  3061. Help us speed your order along
  3062.  
  3063. *       Check, money order, MasterCard, VISA, and AMEX  accepted.  You must include one of these, or
  3064.  
  3065. a corporate/institutional purchase order.
  3066.  
  3067. *       Please include $3.75 for shipping for any single-book purchase.  For orders placed with purchase
  3068.  
  3069. order, handling will be added to the invoice.
  3070.  
  3071. *       Please include all applicable state, county, and local sales, use, and other taxes, or include a tax-
  3072.  
  3073. exempt identification number.  All prices are in U.S. dollars and are subject to change.
  3074.  
  3075. DIGITAL PRESS 100% Money-Back
  3076.  
  3077. Guarantee
  3078.  
  3079. If, for any reason, you are not completely satisfied with the Digital Press books you have ordered, return
  3080.  
  3081. them within 30 days for full credit.
  3082.  
  3083. SHIP TO:
  3084.  
  3085. Company
  3086.  
  3087. Dept/Attn
  3088.  
  3089. Street
  3090.  
  3091. City/State/Zip
  3092.  
  3093. PAYMENT METHOD:
  3094.  
  3095. n Charge my      n MasterCard        n VISA        n AMEX
  3096.  
  3097. Card # _________________________________________Expires_______
  3098.  
  3099. Cardholder name______________________________________________
  3100.  
  3101. Signature____________________________________________________Telephone
  3102.  
  3103. number_____________________________________________
  3104.  
  3105. n Check or money order enclosed (payable to Digital Press)
  3106.  
  3107. n Purchase order attached #____________________________________
  3108.  
  3109. Canadian customers: We accept payment in Canadian dollars  Please convert the listed prices at the rate of
  3110.  
  3111. Canadian $1.32: US $1.00.  Also, please include 7%GST.
  3112.  
  3113.                                 CATALOG #
  3114.  
  3115. QTY.    AUTHOR  TITLE   ISBN    PRICE   TOTAL
  3116.  
  3117. ____    Anagnostopoulos         VAX/VMS: Writing Real Programs in DCL   55558-023-8
  3118.  
  3119.         $29.95
  3120.  
  3121. ____    Arms    Campus Strategies for Libraries and Electronic Info.    55558-036-X     $34.95
  3122.  
  3123. ____    Asente/Swick    X Window System Toolkit 55558-051-3     $44.95
  3124.  
  3125. ____    Behuniak et al.         Production Software That Works  55558-083-1     $24.95
  3126.  
  3127. ____    Bourne  UNIX for VMS Users      55558-034-3     $29.95
  3128.  
  3129. ____    Bowersox et al.         Logistical Excellence   55558-087-4     $29.95
  3130.  
  3131. ____    Brain   Motif Programming       55558-089-0     $29.95
  3132.  
  3133. ____    Brunner         VAX Architecture Reference Manual, 2nd ed.      55558-057-2     $49.95
  3134.  
  3135.  
  3136.  
  3137. ____    Champine        MIT Project Athena      55558-072-6     $28.95
  3138.  
  3139. ____    da Cruz         Kermit  932376-88-6     $29.95
  3140.  
  3141. ____    da Cruz         Using C-Kermit  55558-108-0     $34.95
  3142.  
  3143. ____    Darnton & Giacoletto    Information in the Enterprise   55558-091-2     $34.95
  3144.  
  3145. ____    Davis   VaxCluster Principles   55558-112-9     $49.95
  3146.  
  3147. ____    de Klerk        Writing VAX/VMS Applications Using Pascal       55558-067-X     $39.95
  3148.  
  3149.  
  3150.  
  3151. ____    Digital         Digital Dictionary, 2nd ed.     932376-82-7     $29.95
  3152.  
  3153. ____    Digital         Digital Guide to Developing International Software      55558-063-7     $28.95
  3154.  
  3155. ____    Digital         Digital Guide to Software Development   55558-035-1     $27.95
  3156.  
  3157. ____    Dutta   Knowledge Processing & Applied Artificial Intelligence  7506-1612-1     $34.95
  3158.  
  3159.  
  3160.  
  3161. ____    Gianone         Using MS-DOS Kermit, 2nd ed.    55558-082-3     $34.95
  3162.  
  3163. Continued on reverse...
  3164.  
  3165. QTY.    AUTHOR  TITLE   ISBN    PRICE   TOTAL
  3166.  
  3167. ____    Goldenberg/Saravanan    Open VMS AXP Internals and Data Structures.     55558-120-X
  3168.  
  3169.         $120.00
  3170.  
  3171. ____    Goldenberg & Kenah      VAX/VMS Internals and Data Structures   55558-059-9     $124.95
  3172.  
  3173.  
  3174.  
  3175. ____    Goldenberg & Saravanan  VMS for Alpha Platforms, Volume 1       55558-095-5     $30.00
  3176.  
  3177.  
  3178.  
  3179. ____    Goldenberg & Saravanan  VMS for Alpha Platforms, Volume 2       55558-105-6     $30.00
  3180.  
  3181.  
  3182.  
  3183. ____    Goldenberg & Saravanan  VMS for Alpha Platforms, Volume 3       55558-109-9     $30.00
  3184.  
  3185.  
  3186.  
  3187. ____    Grenier & Metes         Enterprise Networking   55558-074-2     $29.95
  3188.  
  3189. ____    Haramundanis    Art of Technical Documentation  55558-080-7     $28.95
  3190.  
  3191. ____    Heath   Effective PC Networking 7506-1136-7     $32.95
  3192.  
  3193. ____    Heath   The Power PC    7506-1801-9     $24.95
  3194.  
  3195. ____    Hobbs & England         Digital's CDD/Repository        55558-113-7     $34.95
  3196.  
  3197. ____    Hobbs & England         Rdb/VMS 55558-073-4     $34.95
  3198.  
  3199. ____    Hoyle   ISO 9000 Quality Systems Handbook       7506-1690-3     $29.95
  3200.  
  3201. ____    Israel & Fortune        X Window System Server  55558-096-3     $45.95
  3202.  
  3203. ____    Jones et al.    Developing International User Information       55558-084-X     $24.95
  3204.  
  3205. ____    Kay & Solomon   Dr. Solomon's PC Anti-Virus Book        7506-1614-8     $24.95
  3206.  
  3207.  
  3208.  
  3209. ____    Kelly   Practical Knowledge Engineering 55558-070-X     $28.95
  3210.  
  3211. ____    LaQuey  User's Directory of Computer Networks   55558-047-5     $35.95
  3212.  
  3213. ____    Lawless & Miller        Understanding CLOS      55558-064-5     $26.95
  3214.  
  3215. ____    Laverdure et al         NAS Architecture Reference Manual       55558-115-3     $34.95
  3216.  
  3217. ____    Levy & Eckhouse         Computer Prog. and Architecture, 2nd ed.        55558-015-7     $39.95
  3218.  
  3219.  
  3220.  
  3221. ____    Luber   Solving Business Problems with MRP II   55558-058-0     $35.95
  3222.  
  3223. ____    Martin & Leben  DECnet Phase V  55558-076-9     $49.95
  3224.  
  3225. ____    Martin & Leben  NAS     55558-117-X     $34.95
  3226.  
  3227. ____    McBride         UNIX by Example 7506-0637-1     $27.50
  3228.  
  3229. ____    McCoy   VMS File System Internals       55558-056-4     $49.95
  3230.  
  3231. ____    McNamara        Technical Aspects of Data Communi-cation, 3rd ed.       55558-111-0     $32.00
  3232.  
  3233.  
  3234.  
  3235. ____    McNamara        Local Area Networks     932376-79-7     $29.00
  3236.  
  3237. ____    Merusi  Software Implementation Techniques      55558-090-4     $39.95
  3238.  
  3239. ____    Michael et al   FDDI    55558-093-9     $17.95
  3240.  
  3241. ____    Miller  VAX/VMS Operating System Concepts       55558-065-3     $44.95
  3242.  
  3243. ____    Moore & Sawey   BITNET for VMS Users    55558-094-7     $25.95
  3244.  
  3245. ____    Morris  Object Oriented Programming Under Windows       7506-1792-6     $29.95
  3246.  
  3247.         ____
  3248.  
  3249. ____    Morris  Windows 7506-0636-3     $39.95
  3250.  
  3251. ____    Nicol   Structured Program Design       7506-1759-4     $29.95
  3252.  
  3253. ____    Pearson         Digital at Work 55558-092-0     $19.95
  3254.  
  3255. ____    Peters & Holmay         VMS User's Guide        55558-014-9     $29.95
  3256.  
  3257. ____    Quarterman      Matrix  55558-033-5     $49.95
  3258.  
  3259. ____    Redmond         ALL-IN-1: Managing and ProgrammingV3.0  55558-101-3     $52.95
  3260.  
  3261.  
  3262.  
  3263. ____    Redmond         ALL-IN-1: A Technical Odyssey   55558-086-6     $44.95
  3264.  
  3265. ____    Redmond         Working with TeamLinks  55558-116-1     $44.95
  3266.  
  3267. ____    Rhoton  ALL-IN-1: Integrating Applications in V3.0      55558-102-1     $52.95
  3268.  
  3269.  
  3270.  
  3271. ____    Rost    X and Motif Quick Reference Guide, 2nd ed.      55558-118-8     $24.95
  3272.  
  3273. ____    Rubinstein & Hersh      Human Factor, Book Only 932376-44-5     $29.95
  3274.  
  3275. ____    Rubinstein & Hersh      Human Factor, Tape Only 932376-44-6     $12.95
  3276.  
  3277. ____    Rubinstein & Hersh      Human Factor, Book and Tape     932376-44-4     $39.95
  3278.  
  3279. ____    Savage  Fifth Generation Management     55558-037-8     $29.95
  3280.  
  3281. ____    Sawey & Stokes  Beginner's Guide to VAX/VMS Utils & Apps, 2nd ed.       55558-
  3282.  
  3283. 066-1   $27.95
  3284.  
  3285. ____    Scheifler et al.        X Window System, 3rd ed.        55558-088-2     $49.95
  3286.  
  3287. ____    Schultz et al   The Digital Style Guide 55558-104-8     $24.95
  3288.  
  3289. ____    Schultz et al   The Digital Technical Documentation Handbook    55558-103-X     $26.95
  3290.  
  3291.  
  3292.  
  3293. ____    Sherlock        Using DecWindows Motif for VMS  55558-114-5     $34.95
  3294.  
  3295. ____    Siewiorek & Swarz       Reliable Computer Systems, 2nd ed.      55558-075-0     $64.95
  3296.  
  3297.  
  3298.  
  3299. ____    Sites   Alpha Architecture Reference Manual     55558-098-X     $34.95
  3300.  
  3301. ____    Smail   Getting the Job Done with WordPerfect for Windows       7506-0541-3     $39.95
  3302.  
  3303.  
  3304.  
  3305. ____    Stanley         HyperTalk and HyperText 7506-0500-6     $49.95
  3306.  
  3307. ____    Steele  Common Lisp, 2nd ed.    55558-041-6     $39.95
  3308.  
  3309. ____    Tennick         Windows NT      0-7506-0852-8   $24.95
  3310.  
  3311. ____    Walters         ABCs of MUMPS   1-55558-017-3   $27.95
  3312.  
  3313.                                         TOTAL
  3314.